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