mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 21:40:30 -07:00
12 lines
357 B
Java
12 lines
357 B
Java
package rt4;
|
|
|
|
import org.openrs2.deob.annotation.OriginalMember;
|
|
|
|
public final class Static259 {
|
|
|
|
@OriginalMember(owner = "client!vc", name = "V", descriptor = "[J")
|
|
public static final long[] aLongArray11 = new long[1000];
|
|
|
|
@OriginalMember(owner = "client!vc", name = "eb", descriptor = "[I")
|
|
public static final int[] anIntArray514 = new int[4096];
|
|
}
|