mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06:00
Rename Class63 to CursorType
This commit is contained in:
parent
6bd95459fa
commit
56d579db1b
3 changed files with 5 additions and 5 deletions
|
|
@ -129,13 +129,13 @@ public final class Static202 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!qg", name = "d", descriptor = "(II)Lclient!ia;")
|
||||
public static Class63 method3660(@OriginalArg(0) int arg0) {
|
||||
@Pc(10) Class63 local10 = (Class63) Static79.aClass99_11.method3106((long) arg0);
|
||||
public static CursorType method3660(@OriginalArg(0) int arg0) {
|
||||
@Pc(10) CursorType local10 = (CursorType) Static79.aClass99_11.method3106((long) arg0);
|
||||
if (local10 != null) {
|
||||
return local10;
|
||||
}
|
||||
@Pc(20) byte[] local20 = Static153.aClass153_57.getFile(33, arg0);
|
||||
local10 = new Class63();
|
||||
local10 = new CursorType();
|
||||
if (local20 != null) {
|
||||
local10.method2249(new Buffer(local20), arg0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue