mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-19 04:50:25 -07:00
Started moving around static methods/fields
This commit is contained in:
parent
bed128bd19
commit
6ba1f2f808
305 changed files with 5027 additions and 5075 deletions
6
client/src/main/java/MiniMenu.java
Normal file
6
client/src/main/java/MiniMenu.java
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
public class MiniMenu {
|
||||
@OriginalMember(owner = "client!df", name = "l", descriptor = "Lclient!na;")
|
||||
public static final JagString COLOR_GREEN = Static28.parse("<col=00ff00>");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue