mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-28 05:45:15 -06:00
24 lines
861 B
Java
24 lines
861 B
Java
package rt4;
|
|
|
|
import org.openrs2.deob.annotation.OriginalMember;
|
|
|
|
public final class Static168 {
|
|
|
|
@OriginalMember(owner = "client!ne", name = "h", descriptor = "[B")
|
|
public static final byte[] tempFlags = new byte[500];
|
|
|
|
@OriginalMember(owner = "client!ne", name = "i", descriptor = "[S")
|
|
public static final short[] tempZ = new short[500];
|
|
|
|
@OriginalMember(owner = "client!ne", name = "j", descriptor = "[S")
|
|
public static final short[] tempY = new short[500];
|
|
|
|
@OriginalMember(owner = "client!ne", name = "k", descriptor = "[S")
|
|
public static final short[] tempPrevOriginIndices = new short[500];
|
|
|
|
@OriginalMember(owner = "client!ne", name = "m", descriptor = "[S")
|
|
public static final short[] tempX = new short[500];
|
|
|
|
@OriginalMember(owner = "client!ne", name = "p", descriptor = "[S")
|
|
public static final short[] tempIndices = new short[500];
|
|
}
|