added player inventory
This commit is contained in:
@@ -64,6 +64,7 @@ public class Entity {
|
||||
// ITEM ATTRIBUTES
|
||||
public int attackValue;
|
||||
public int defenseValue;
|
||||
public String description;
|
||||
|
||||
public Entity(GamePanel panel) {
|
||||
this.panel = panel;
|
||||
|
||||
Reference in New Issue
Block a user