mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 16:35:14 -06:00
Rename Class164 to FloType
This commit is contained in:
parent
8a81e0db58
commit
2aeb69d3d3
7 changed files with 17 additions and 17 deletions
|
|
@ -97,13 +97,13 @@ public final class Static256 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!um", name = "a", descriptor = "(BI)Lclient!wl;")
|
||||
public static Class164 method4395(@OriginalArg(1) int arg0) {
|
||||
@Pc(6) Class164 local6 = (Class164) Static233.aClass99_31.method3106((long) arg0);
|
||||
public static FloType method4395(@OriginalArg(1) int arg0) {
|
||||
@Pc(6) FloType local6 = (FloType) Static233.aClass99_31.method3106((long) arg0);
|
||||
if (local6 != null) {
|
||||
return local6;
|
||||
}
|
||||
@Pc(30) byte[] local30 = Static35.aClass153_22.method4495(4, arg0);
|
||||
local6 = new Class164();
|
||||
local6 = new FloType();
|
||||
if (local30 != null) {
|
||||
local6.method4669(new Buffer(local30), arg0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue