rs-client: remove Export annotations
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
|
||||
@@ -6,16 +5,12 @@ import net.runelite.mapping.ObfuscatedName;
|
||||
@Implements("VorbisMapping")
|
||||
public class VorbisMapping {
|
||||
@ObfuscatedName("z")
|
||||
@Export("submaps")
|
||||
int submaps;
|
||||
@ObfuscatedName("k")
|
||||
@Export("mappingMux")
|
||||
int mappingMux;
|
||||
@ObfuscatedName("s")
|
||||
@Export("submapFloor")
|
||||
int[] submapFloor;
|
||||
@ObfuscatedName("t")
|
||||
@Export("submapResidue")
|
||||
int[] submapResidue;
|
||||
|
||||
VorbisMapping() {
|
||||
|
||||
Reference in New Issue
Block a user