Ejemplo n.º 1
0
 public void PlayerPlayPain(coPlayer player)
     {
     player.playAudio(0, "PainCrySound");
     }
Ejemplo n.º 2
0
 public void PlayerPlayDeathCry(coPlayer player)
     {
     player.playAudio(0, "DeathCrySound");
     }