Correct a few mappings
This commit is contained in:
@@ -43,6 +43,6 @@ public interface PlayerComposition
|
||||
@Import("bodyPartColours")
|
||||
int[] getBodyPartColours();
|
||||
|
||||
@Import("bodyParts")
|
||||
int[] getBodyParts();
|
||||
@Import("equipmentIds")
|
||||
int[] getEquipmentIds();
|
||||
}
|
||||
|
||||
@@ -124,9 +124,6 @@ public interface Widget
|
||||
@Import("borderThickness")
|
||||
int getBorderThickness();
|
||||
|
||||
@Import("itemId")
|
||||
int getItemId();
|
||||
|
||||
@Import("itemQuantity")
|
||||
int getItemQuantity();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user