Renamed Class32 to WorldInfo, prefixed some unknown classes to try to group them better

This commit is contained in:
Pazaz 2022-04-27 19:26:49 -04:00
parent 710832466a
commit dbca509eb5
42 changed files with 90 additions and 90 deletions

View file

@ -1,26 +0,0 @@
package rt4;
import org.openrs2.deob.annotation.OriginalClass;
import org.openrs2.deob.annotation.OriginalMember;
@OriginalClass("client!ub")
public final class Class147 {
@OriginalMember(owner = "client!ub", name = "b", descriptor = "I")
public int anInt5396;
@OriginalMember(owner = "client!ub", name = "d", descriptor = "I")
public int anInt5398;
@OriginalMember(owner = "client!ub", name = "f", descriptor = "I")
public int anInt5399;
@OriginalMember(owner = "client!ub", name = "g", descriptor = "I")
public int anInt5400;
@OriginalMember(owner = "client!ub", name = "l", descriptor = "I")
public int anInt5404;
@OriginalMember(owner = "client!ub", name = "q", descriptor = "I")
public int anInt5408;
}