mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 01:51:39 -07:00
Rename Class65 to LightType
This commit is contained in:
parent
a5a0a3c4c1
commit
3137cb8fa0
4 changed files with 6 additions and 6 deletions
|
|
@ -102,13 +102,13 @@ public final class Static140 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!la", name = "a", descriptor = "(II)Lclient!ic;")
|
||||
public static Class65 method2709(@OriginalArg(1) int arg0) {
|
||||
@Pc(10) Class65 local10 = (Class65) Static220.aClass99_28.method3106((long) arg0);
|
||||
public static LightType method2709(@OriginalArg(1) int arg0) {
|
||||
@Pc(10) LightType local10 = (LightType) Static220.aClass99_28.method3106((long) arg0);
|
||||
if (local10 != null) {
|
||||
return local10;
|
||||
}
|
||||
@Pc(26) byte[] local26 = Static85.aClass153_36.method4495(31, arg0);
|
||||
local10 = new Class65();
|
||||
local10 = new LightType();
|
||||
if (local26 != null) {
|
||||
local10.method2257(new Buffer(local26), arg0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue