Ejemplo n.º 1
0
 public void AddAction(EffectAction action, ITarget target)
 {
     action.Initialize(target);
     _actionQueue.Enqueue(action);
 }