Exemple #1
0
 public Boolean Attack(UInt16 row, UInt16 col)
 {
     return(m_Grid.Attack(row, col));
 }