mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-16 07:55:13 -06:00
13 lines
346 B
Java
13 lines
346 B
Java
package rt4;
|
|
|
|
import org.openrs2.deob.annotation.OriginalMember;
|
|
|
|
public final class Static64 {
|
|
|
|
@OriginalMember(owner = "client!fb", name = "h", descriptor = "[I")
|
|
public static int[] anIntArray153;
|
|
|
|
@OriginalMember(owner = "client!fb", name = "q", descriptor = "[I")
|
|
public static final int[] anIntArray154 = new int[] { -1, -1, 1, 1 };
|
|
|
|
}
|