Minor cleanup with bars

This commit is contained in:
Anuken
2018-04-27 13:43:08 -04:00
parent 094aa5a326
commit 3ba57c3473
2 changed files with 22 additions and 42 deletions
@@ -29,6 +29,10 @@ public class UnitInventory {
totalAmmo --;
}
public int totalAmmo(){
return totalAmmo;
}
public int ammoCapacity(){
return ammoCapacity;
}