mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-22 10:55:17 -06:00
Started organizing CS2/Protocol-related functions
This commit is contained in:
parent
46740027df
commit
ef6a5d7385
268 changed files with 5936 additions and 6093 deletions
8
client/src/main/java/LightingManager.java
Normal file
8
client/src/main/java/LightingManager.java
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
public class LightingManager {
|
||||
@OriginalMember(owner = "client!jf", name = "l", descriptor = "I")
|
||||
public static int lightCount = 0;
|
||||
@OriginalMember(owner = "client!jf", name = "a", descriptor = "[Lclient!gi;")
|
||||
public static Light[] lights;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue