mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-19 21:10:19 -07: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
|
|
@ -7,10 +7,7 @@ public final class Static70 {
|
|||
@OriginalMember(owner = "client!fi", name = "k", descriptor = "I")
|
||||
public static int type = 0;
|
||||
|
||||
@OriginalMember(owner = "client!fi", name = "n", descriptor = "I")
|
||||
public static int updatedVarpsWriterIndex = 0;
|
||||
|
||||
@OriginalMember(owner = "client!fi", name = "a", descriptor = "(BI)Lclient!na;")
|
||||
@OriginalMember(owner = "client!fi", name = "a", descriptor = "(BI)Lclient!na;")
|
||||
public static JagString method1548(@OriginalArg(1) int arg0) {
|
||||
@Pc(9) JagString local9 = Static123.parseInt(arg0);
|
||||
for (@Pc(21) int local21 = local9.length() - 3; local21 > 0; local21 -= 3) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue