chore: rev 193
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("fq")
|
||||
@ObfuscatedName("fi")
|
||||
@Implements("MouseWheel")
|
||||
public interface MouseWheel {
|
||||
@ObfuscatedName("l")
|
||||
@ObfuscatedName("x")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(S)I",
|
||||
garbageValue = "128"
|
||||
descriptor = "(B)I",
|
||||
garbageValue = "16"
|
||||
)
|
||||
@Export("useRotation")
|
||||
int useRotation();
|
||||
|
||||
Reference in New Issue
Block a user