mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-16 19:40:18 -07:00
10 lines
199 B
Java
10 lines
199 B
Java
package rt4;
|
|
|
|
import org.openrs2.deob.annotation.OriginalMember;
|
|
|
|
public final class Static84 {
|
|
|
|
@OriginalMember(owner = "client!gk", name = "d", descriptor = "F")
|
|
public static float aFloat10;
|
|
|
|
}
|