mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-18 12:30:21 -07:00
13 lines
306 B
Java
13 lines
306 B
Java
package rt4;
|
|
|
|
import org.openrs2.deob.annotation.OriginalMember;
|
|
|
|
public final class Static107 {
|
|
|
|
@OriginalMember(owner = "client!id", name = "k", descriptor = "I")
|
|
public static int anInt2878;
|
|
|
|
@OriginalMember(owner = "client!id", name = "b", descriptor = "I")
|
|
public static int anInt2875 = -1;
|
|
|
|
}
|