Exemplo n.º 1
0
 private void DoDeath()
 {
     m_audioManager.stopAudioBrothersRunning();
     brother1.Died();
     brother2.Died();
     armBrother1.SetActive(false);
     if (brothersDiedAction != null)
     {
         brothersDiedAction();
     }
 }