示例#1
0
 public void LoopThroughMinions(Action <Minion> action)
 {
     _minionManager.AffectMinions(action);
 }