예제 #1
0
 public void ChangeAttackMode(string name, string towerId, string mode)
 {
     _towerManager.ChangeAttackMode(name, towerId, mode);
 }