Esempio n. 1
0
 private void Awake()
 {
     ManagersAggregator.Register(this);
 }
Esempio n. 2
0
 private void OnDestroy()
 {
     ManagersAggregator.Unregister(this);
 }