public void ShotHit(Point shot, bool sunk) { }
public void ShotMiss(Point shot) { }
public void OpponentShot(Point shot) { }