Class InventorySystem
java.lang.Object
com.deco2800.game.components.items.InventorySystem
public class InventorySystem
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description intcounter -
Constructor Summary
Constructors Constructor Description InventorySystem(Entity target) -
Method Summary
Modifier and Type Method Description voidpressbutton()voidupdateinventory()
-
Field Details
-
counter
public int counter
-
-
Constructor Details
-
Method Details
-
updateinventory
public void updateinventory() -
pressbutton
public void pressbutton()
-