deob: Fix test

This commit is contained in:
Owain van Brakel
2019-10-03 21:16:10 +02:00
parent 4fcb01c67a
commit 722bb12643

View File

@@ -1,3 +1,4 @@
import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
@@ -10,5 +11,6 @@ public class ClientType
@ObfuscatedGetter(
intValue = 2052078695
)
@Export("clientType")
public static int clientType;
}