示例#1
0
 public void Play(int index)
 {
     _enemyUnits.Play(index);
     _playerUnits.Play(index);
 }