예제 #1
0
 public void PlayerPlayPain(coPlayer player)
     {
     player.playAudio(0, "PainCrySound");
     }
예제 #2
0
 public void PlayerPlayDeathCry(coPlayer player)
     {
     player.playAudio(0, "DeathCrySound");
     }