Moved source to rt4 package so external code can depend on it

This commit is contained in:
Pazaz 2022-04-25 05:31:58 -04:00
parent dc6deb9151
commit 153d8569b5
624 changed files with 1253 additions and 7 deletions

View file

@ -0,0 +1,12 @@
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];
}