Example #1
0
 private void OnDestroy()
 {
     if (_beatManager != null)
     {
         _beatManager.UnregisterBeatDelegate(BeatRecieved);
     }
 }