Exemplo n.º 1
0
 public bool CanAttackRight(int x, int y)
 {
     task = new Task6(new Point(x, y));
     return(task.IfCanAttackRight());
 }
Exemplo n.º 2
0
 public bool CanAttackRight(int x, int y)
 {
     task = new Task6 (new Point (x, y));
     return task.IfCanAttackRight();
 }