Ejemplo n.º 1
0
 public void SUBSTITUTE(RBYPokemon Attacker, RBYPokemon Defender)
 {
     Attacker.SetUpSubstitute();
     Defender.NonDmgHit();
 }