mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Moved around some Static fields/methods, named LocType opcode 74
This commit is contained in:
parent
82c75b3ec9
commit
5e66d3ba01
95 changed files with 946 additions and 993 deletions
|
|
@ -10,6 +10,8 @@ public class Flames {
|
|||
public static final JagString RUNES = JagString.parse("runes");
|
||||
@OriginalMember(owner = "client!km", name = "Yc", descriptor = "I")
|
||||
public static int anInt3443;
|
||||
@OriginalMember(owner = "client!uf", name = "e", descriptor = "I")
|
||||
public static int anInt5434 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!gg", name = "a", descriptor = "(ILclient!ve;)V")
|
||||
public static void init(@OriginalArg(1) Js5 arg0) {
|
||||
|
|
@ -23,6 +25,6 @@ public class Flames {
|
|||
|
||||
@OriginalMember(owner = "client!wa", name = "a", descriptor = "(Z)V")
|
||||
public static void update() {
|
||||
Static250.anInt5434++;
|
||||
anInt5434++;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue