Example #1
0
 protected override int CalcEffectNum(BattleChar user, CommandData command)
 {
     return(user.CalcurateAttack(command._effectNum));
 }