Minor cleanup with bars
This commit is contained in:
@@ -29,6 +29,10 @@ public class UnitInventory {
|
||||
totalAmmo --;
|
||||
}
|
||||
|
||||
public int totalAmmo(){
|
||||
return totalAmmo;
|
||||
}
|
||||
|
||||
public int ammoCapacity(){
|
||||
return ammoCapacity;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user