예제 #1
0
 public override void ActionEffect()
 {
     Dices.ApplyEvade(Combat.CurentDiceRoll);
     Selection.ActiveShip.SpendToken(typeof(Tokens.EvadeToken));
 }