public void OnDestroy()
 {
     _subscriptions.UnsubscribeAll();
 }
예제 #2
0
 private void OnDestroy()
 {
     _subscriptions.UnsubscribeAll();
 }