rs-client: rename some methods/fields

This commit is contained in:
Lucwousin
2019-07-24 08:44:49 +02:00
parent 4264aeecaf
commit 5dd21dc0de
19 changed files with 81 additions and 67 deletions

View File

@@ -12,32 +12,38 @@ public enum StudioGame implements Enumerated {
@ObfuscatedSignature(
signature = "Lhl;"
)
field3107("runescape", "RuneScape", 0),
@Export("runescape")
runescape("runescape", "RuneScape", 0),
@ObfuscatedName("w")
@ObfuscatedSignature(
signature = "Lhl;"
)
field3106("stellardawn", "Stellar Dawn", 1),
@Export("stellardawn")
stellardawn("stellardawn", "Stellar Dawn", 1),
@ObfuscatedName("e")
@ObfuscatedSignature(
signature = "Lhl;"
)
field3112("game3", "Game 3", 2),
@Export("game3")
game3("game3", "Game 3", 2),
@ObfuscatedName("p")
@ObfuscatedSignature(
signature = "Lhl;"
)
field3108("game4", "Game 4", 3),
@Export("game4")
game4("game4", "Game 4", 3),
@ObfuscatedName("k")
@ObfuscatedSignature(
signature = "Lhl;"
)
field3109("game5", "Game 5", 4),
@Export("game5")
game5("game5", "Game 5", 4),
@ObfuscatedName("l")
@ObfuscatedSignature(
signature = "Lhl;"
)
field3110("oldscape", "RuneScape 2007", 5);
@Export("oldscape")
oldscape("oldscape", "RuneScape 2007", 5);
@ObfuscatedName("b")
@Export("name")