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