chore: rev 193

This commit is contained in:
therealunull
2020-12-09 11:07:26 -05:00
parent 5cd865f43f
commit 8f587826ee
358 changed files with 62074 additions and 62020 deletions

View File

@@ -3,13 +3,13 @@ import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("my")
@ObfuscatedName("mi")
@Implements("PlatformInfoProvider")
public interface PlatformInfoProvider {
@ObfuscatedName("f")
@ObfuscatedName("h")
@ObfuscatedSignature(
descriptor = "(I)Lme;",
garbageValue = "1154202585"
descriptor = "(I)Lmf;",
garbageValue = "-1820791637"
)
@Export("get")
PlatformInfo get();