mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 16:35:14 -06:00
Refactored more CS2 stuff
This commit is contained in:
parent
e5eeecd0ad
commit
79fdaf96f8
154 changed files with 1382 additions and 1378 deletions
|
|
@ -33,12 +33,12 @@ public final class Static76 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!ga", name = "c", descriptor = "()I")
|
||||
public static int method1644() {
|
||||
public static int getParticleSetting() {
|
||||
return anInt2126;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!ga", name = "b", descriptor = "(I)V")
|
||||
public static void method1645(@OriginalArg(0) int arg0) {
|
||||
public static void setParticles(@OriginalArg(0) int arg0) {
|
||||
anInt2126 = arg0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue