Done working on ShipWarfareText

This commit is contained in:
KahootChampion
2019-04-11 22:11:06 -06:00
parent 44f1ee5b2a
commit 0b5df085bf

View File

@@ -274,9 +274,4 @@ public class ShipWarfareText extends Player {
return response;
}
public static void main(String[] args) throws Exception {
ShipWarfareText test = new ShipWarfareText(new Player());
test.peasantFleetAttack();
}
}