Exemplo n.º 1
0
 public virtual Ship GetShot(Position targetPosition)
 {
     return(MyBoard.UpdateBoard(targetPosition));
 }