This should fix the ShipWarfare file and bring it up to date with the rest of the file.

This commit is contained in:
2019-02-17 19:54:29 -07:00
parent 33515e9cfe
commit ced54afefe
3 changed files with 58 additions and 61 deletions

View File

@@ -67,6 +67,7 @@ public class ShipWarfare {
public void setGuns(int guns) {
this.guns = guns;
}
public void setNumOfPeasantShips(int numOfPeasantShips) {
this.numOfPeasantShips = numOfPeasantShips;
}