mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-23 11:25:15 -06:00
Added more CS2 opcodes, need to adopt NXT naming next
This commit is contained in:
parent
3531b1c57c
commit
5f4a83c394
45 changed files with 2725 additions and 601 deletions
|
|
@ -141,7 +141,7 @@ public final class PlayerAppearance {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!hh", name = "a", descriptor = "(ZZ)V")
|
||||
public final void method1948(@OriginalArg(0) boolean arg0) {
|
||||
public final void setFemale(@OriginalArg(0) boolean arg0) {
|
||||
this.gender = arg0;
|
||||
this.method1947();
|
||||
}
|
||||
|
|
@ -172,7 +172,7 @@ public final class PlayerAppearance {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!hh", name = "a", descriptor = "(IZI)V")
|
||||
public final void method1951(@OriginalArg(0) int arg0, @OriginalArg(2) int arg1) {
|
||||
public final void setBaseColor(@OriginalArg(0) int arg0, @OriginalArg(2) int arg1) {
|
||||
this.anIntArray236[arg0] = arg1;
|
||||
this.method1947();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue