mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06:00
Created TypeList classes and moved static members to them
This commit is contained in:
parent
6ba1f2f808
commit
b3a5fdbec9
356 changed files with 6604 additions and 6652 deletions
6
client/src/main/java/HitBarList.java
Normal file
6
client/src/main/java/HitBarList.java
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
public class HitBarList {
|
||||
@OriginalMember(owner = "client!fm", name = "S", descriptor = "Lclient!n;")
|
||||
public static final SoftLruHashTable hitBars = new SoftLruHashTable(4);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue