client: revvy boi 202
This commit is contained in:
@@ -3,37 +3,37 @@ import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("pz")
|
||||
@ObfuscatedName("pc")
|
||||
@Implements("PrivateChatMode")
|
||||
public class PrivateChatMode {
|
||||
@ObfuscatedName("i")
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lpz;"
|
||||
descriptor = "Lpc;"
|
||||
)
|
||||
static final PrivateChatMode field4422;
|
||||
@ObfuscatedName("w")
|
||||
static final PrivateChatMode field4595;
|
||||
@ObfuscatedName("b")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lpz;"
|
||||
descriptor = "Lpc;"
|
||||
)
|
||||
public static final PrivateChatMode field4425;
|
||||
@ObfuscatedName("s")
|
||||
public static final PrivateChatMode field4596;
|
||||
@ObfuscatedName("p")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lpz;"
|
||||
descriptor = "Lpc;"
|
||||
)
|
||||
static final PrivateChatMode field4423;
|
||||
@ObfuscatedName("a")
|
||||
static final PrivateChatMode field4594;
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -215884787
|
||||
intValue = -38528809
|
||||
)
|
||||
public final int field4424;
|
||||
public final int field4597;
|
||||
|
||||
static {
|
||||
field4422 = new PrivateChatMode(0); // L: 5
|
||||
field4425 = new PrivateChatMode(1); // L: 6
|
||||
field4423 = new PrivateChatMode(2);
|
||||
field4595 = new PrivateChatMode(0); // L: 5
|
||||
field4596 = new PrivateChatMode(1); // L: 6
|
||||
field4594 = new PrivateChatMode(2);
|
||||
} // L: 7
|
||||
|
||||
PrivateChatMode(int var1) {
|
||||
this.field4424 = var1; // L: 11
|
||||
} // L: 12
|
||||
this.field4597 = var1; // L: 15
|
||||
} // L: 16
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user