mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Renamed Class32 to WorldInfo, prefixed some unknown classes to try to group them better
This commit is contained in:
parent
710832466a
commit
dbca509eb5
42 changed files with 90 additions and 90 deletions
|
|
@ -16,7 +16,7 @@ public final class World extends AbstractWorld {
|
|||
public JagString hostname;
|
||||
|
||||
@OriginalMember(owner = "client!ba", name = "g", descriptor = "(I)Lclient!ee;")
|
||||
public final Class32 getWorldInfo() {
|
||||
public final WorldInfo getWorldInfo() {
|
||||
return WorldList.countries[this.country];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue