mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-16 16:05:13 -06:00
13 lines
308 B
Java
13 lines
308 B
Java
package rt4;
|
|
|
|
import org.openrs2.deob.annotation.OriginalMember;
|
|
|
|
public final class Static60 {
|
|
|
|
@OriginalMember(owner = "client!em", name = "w", descriptor = "I")
|
|
public static int anInt1892;
|
|
|
|
@OriginalMember(owner = "client!em", name = "D", descriptor = "I")
|
|
public static int gregorianDateSeed;
|
|
|
|
}
|