@ -2,8 +2,8 @@ package BattleShip;
public class Direction {
int countHits;
int cellLocation;
int countHits, cellLocation;
public void setCount(int a) {
countHits = a;