@ -0,0 +1,9 @@
package BattleShip;
public class Ship {
String name;
int length;
public int numOfHits = 0;
boolean kill = false;
}