update client to rev 183
This commit is contained in:
@@ -3,13 +3,13 @@ import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("lw")
|
||||
@ObfuscatedName("lb")
|
||||
@Implements("PlatformInfoProvider")
|
||||
public interface PlatformInfoProvider {
|
||||
@ObfuscatedName("s")
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(I)Llx;",
|
||||
garbageValue = "-1719381077"
|
||||
signature = "(I)Lla;",
|
||||
garbageValue = "-2012824793"
|
||||
)
|
||||
@Export("get")
|
||||
PlatformInfo get();
|
||||
|
||||
Reference in New Issue
Block a user