mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-14 10:30:22 -07:00
Rename Class132 to SecondaryHashTable
This commit is contained in:
parent
c09ceb3771
commit
789b3e8919
2 changed files with 3 additions and 3 deletions
|
|
@ -1,21 +0,0 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalClass;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
@OriginalClass("client!rm")
|
||||
public final class Class132 {
|
||||
|
||||
@OriginalMember(owner = "client!rm", name = "e", descriptor = "[Lclient!rg;")
|
||||
private final SecondaryNode[] aClass3_Sub2Array1;
|
||||
|
||||
@OriginalMember(owner = "client!rm", name = "<init>", descriptor = "(I)V")
|
||||
public Class132(@OriginalArg(0) int arg0) {
|
||||
this.aClass3_Sub2Array1 = new SecondaryNode[arg0];
|
||||
for (@Pc(7) int local7 = 0; local7 < arg0; local7++) {
|
||||
@Pc(23) SecondaryNode local23 = this.aClass3_Sub2Array1[local7] = new SecondaryNode();
|
||||
local23.aClass3_Sub2_66 = local23;
|
||||
local23.aClass3_Sub2_67 = local23;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue