mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-22 10:55:17 -06:00
Moved source to rt4 package so external code can depend on it
This commit is contained in:
parent
dc6deb9151
commit
153d8569b5
624 changed files with 1253 additions and 7 deletions
|
|
@ -1,8 +0,0 @@
|
|||
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