mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-16 19:40:18 -07:00
Rename Class3_Sub18 to MidiInstrument
This commit is contained in:
parent
748da8f4d9
commit
40dcc01676
4 changed files with 9 additions and 9 deletions
|
|
@ -23,9 +23,9 @@ public final class Static116 {
|
|||
public static int anInt2961 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!jb", name = "a", descriptor = "(ILclient!ve;I)Lclient!jk;")
|
||||
public static Class3_Sub18 method2320(@OriginalArg(1) Js5 arg0, @OriginalArg(2) int arg1) {
|
||||
public static MidiInstrument method2320(@OriginalArg(1) Js5 arg0, @OriginalArg(2) int arg1) {
|
||||
@Pc(9) byte[] local9 = arg0.method4500(arg1);
|
||||
return local9 == null ? null : new Class3_Sub18(local9);
|
||||
return local9 == null ? null : new MidiInstrument(local9);
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!jb", name = "a", descriptor = "(IZ)V")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue