Esempio n. 1
0
 public override bool StatusMoveCheck(BattlePokemon user, BattlePokemon target)
 {
     return(MoveHelper.CheckConfused(target));
 }