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 int
counter
-
Constructor Summary
Constructors Constructor Description InventorySystem(Entity target)
-
Method Summary
Modifier and Type Method Description void
pressbutton()
void
updateinventory()
-
Field Details
-
counter
public int counter
-
-
Constructor Details
-
Method Details
-
updateinventory
public void updateinventory() -
pressbutton
public void pressbutton()
-