예제 #1
0
 public void MinionOrderHasChanged(int from, int to)
 {
     _minionManager.ChangeMinionOrder(from, to);
 }