mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-16 16:05:13 -06:00
Moved source to rt4 package so external code can depend on it
This commit is contained in:
parent
dc6deb9151
commit
153d8569b5
624 changed files with 1253 additions and 7 deletions
|
|
@ -1,20 +0,0 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
public final class Static14 {
|
||||
|
||||
@OriginalMember(owner = "client!bd", name = "b", descriptor = "Lclient!na;")
|
||||
public static final JagString aClass100_80 = JagString.parse("(U(Y");
|
||||
|
||||
@OriginalMember(owner = "client!bd", name = "a", descriptor = "(BI)V")
|
||||
public static void method475(@OriginalArg(1) int arg0) {
|
||||
@Pc(8) Inv local8 = (Inv) Static20.objectContainerCache.get((long) arg0);
|
||||
if (local8 != null) {
|
||||
for (@Pc(24) int local24 = 0; local24 < local8.objectIds.length; local24++) {
|
||||
local8.objectIds[local24] = -1;
|
||||
local8.anIntArray422[local24] = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue