Exemplo n.º 1
0
 public void AttackPiece(Cell cell1, Cell cell2)
 {
     Fight.BeginAttack(cell1, cell2);
 }