示例#1
0
 public void SetAttackButton()
 {
     grid.ClearPath();
     grid.SearchInRange(activeUnit.Location, 1, 0);
     activeUnit.SetAttack();
 }