mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-17 03:50:24 -07:00
Some of these are "incorrect" - I wanted to decrease the # of static classes first by grouping them if they're slightly related. Then I'll do a second pass in each class to reorganize later.
13 lines
312 B
Java
13 lines
312 B
Java
package rt4;
|
|
|
|
import org.openrs2.deob.annotation.OriginalMember;
|
|
|
|
public final class Static84 {
|
|
|
|
@OriginalMember(owner = "client!gk", name = "d", descriptor = "F")
|
|
public static float aFloat10;
|
|
|
|
@OriginalMember(owner = "client!gk", name = "g", descriptor = "Z")
|
|
public static boolean aBoolean127 = false;
|
|
|
|
}
|