Example #1
0
 public override void addEffect(ActionType type, CardEffectAction action)
 {
     switch (type)
     {
     case ActionType.Attack:
         attackActions.Add(action);
         return;
     }
 }
Example #2
0
 public abstract void addEffect(ActionType type, CardEffectAction action);