mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -07:00
13 lines
363 B
Java
13 lines
363 B
Java
package rt4;
|
|
|
|
import org.openrs2.deob.annotation.OriginalMember;
|
|
|
|
public final class Static128 {
|
|
|
|
@OriginalMember(owner = "client!ka", name = "r", descriptor = "[I")
|
|
public static int[] anIntArray293;
|
|
|
|
@OriginalMember(owner = "client!ka", name = "t", descriptor = "[I")
|
|
public static final int[] anIntArray294 = new int[] { 0, 0, 2, 0, 0, 2, 1, 1, 0 };
|
|
|
|
}
|