Beispiel #1
0
 //----------------------------------------------------------------------------
 void RemoveLevelAttack(int index, PokemonDatabase.PokemonAttack element)
 {
     PokemonDatabase.RemoveLevelAttack(index, element);
 }