Beispiel #1
0
 void MinionDies()
 {
     sm.PlayHurtAudio();
     tc.CheckTeamNumber();
     Destroy(gameObject);
 }