Ejemplo n.º 1
0
 private void PlayCry(OwnedPokemon pokemon)
 {
     SfxHandler.Play(pokemon.GetCry(), pokemon.GetCryPitch());
 }