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("fo")
|
||||
@ObfuscatedName("fa")
|
||||
@Implements("MouseWheel")
|
||||
public interface MouseWheel {
|
||||
@ObfuscatedName("i")
|
||||
@ObfuscatedName("t")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(I)I",
|
||||
garbageValue = "286451237"
|
||||
garbageValue = "-495916017"
|
||||
)
|
||||
@Export("useRotation")
|
||||
int useRotation();
|
||||
|
||||
Reference in New Issue
Block a user