mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-27 05:15:16 -06:00
Refactored PathFinder class
This commit is contained in:
parent
ff0e890dcd
commit
36b0d99c42
21 changed files with 842 additions and 843 deletions
|
|
@ -296,8 +296,11 @@ public final class Component {
|
|||
@OriginalMember(owner = "client!be", name = "Hb", descriptor = "Z")
|
||||
public boolean usingScripts = false;
|
||||
|
||||
@OriginalMember(owner = "client!di", name = "F", descriptor = "Lclient!bf;")
|
||||
public static final ServerActiveProperties DEFAULT_SERVER_ACTIVE_PROPERTIES = new ServerActiveProperties(0, -1);
|
||||
|
||||
@OriginalMember(owner = "client!be", name = "gc", descriptor = "Lclient!bf;")
|
||||
public ServerActiveProperties properties = Static45.aClass3_Sub4_2;
|
||||
public ServerActiveProperties properties = DEFAULT_SERVER_ACTIVE_PROPERTIES;
|
||||
|
||||
@OriginalMember(owner = "client!be", name = "cc", descriptor = "I")
|
||||
public int anInt492 = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue