project: update from 184 to 184 (#1675)
* 184 * checkstyle * project: fix exports.
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("t")
|
||||
public class class16 {
|
||||
@ObfuscatedName("bv")
|
||||
@ObfuscatedSignature(
|
||||
signature = "Lha;"
|
||||
)
|
||||
static StudioGame field101;
|
||||
|
||||
@ObfuscatedName("gt")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(I)Z",
|
||||
garbageValue = "-194801296"
|
||||
)
|
||||
static boolean method195() {
|
||||
return (Client.drawPlayerNames & 8) != 0;
|
||||
}
|
||||
}
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("t")
|
||||
public class class16 {
|
||||
@ObfuscatedName("bv")
|
||||
@ObfuscatedSignature(
|
||||
signature = "Lha;"
|
||||
)
|
||||
static StudioGame field101;
|
||||
|
||||
@ObfuscatedName("gt")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(I)Z",
|
||||
garbageValue = "-194801296"
|
||||
)
|
||||
static boolean method195() {
|
||||
return (Client.drawPlayerNames & 8) != 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user