mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Move packets to Protocol class, general refactoring
This commit is contained in:
parent
b3a5fdbec9
commit
49ccfc34ec
142 changed files with 3092 additions and 3089 deletions
8
client/src/main/java/VarpDomain.java
Normal file
8
client/src/main/java/VarpDomain.java
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
public class VarpDomain {
|
||||
@OriginalMember(owner = "client!gj", name = "q", descriptor = "[I")
|
||||
public static final int[] updatedVarps = new int[32];
|
||||
@OriginalMember(owner = "client!fi", name = "n", descriptor = "I")
|
||||
public static int updatedVarpsWriterIndex = 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue