コード例 #1
0
ファイル: Board.cs プロジェクト: HPatki/BattleShip
 public Boolean Attack(UInt16 row, UInt16 col)
 {
     return(m_Grid.Attack(row, col));
 }