project: rev 199

This commit is contained in:
Owain van Brakel
2021-08-25 13:49:53 +02:00
parent c1fffa1562
commit e6be88fbeb
490 changed files with 47651 additions and 46243 deletions

View File

@@ -3,13 +3,13 @@ import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("mb")
@ObfuscatedName("nj")
@Implements("PlatformInfoProvider")
public interface PlatformInfoProvider {
@ObfuscatedName("s")
@ObfuscatedName("n")
@ObfuscatedSignature(
descriptor = "(B)Lmz;",
garbageValue = "41"
descriptor = "(B)Lnh;",
garbageValue = "64"
)
@Export("get")
PlatformInfo get();