Ejemplo n.º 1
0
 public void InsertTargetAction(Card target)
 {
     ActionStack.Insert(0, new Action(Action.ActionType.TARGET, null, target));
 }
Ejemplo n.º 2
0
 public void InsertChoiceAction(int choice)
 {
     ActionStack.Insert(0, new Action(Action.ActionType.CHOICE, null, null, 0, choice));
 }