Exemple #1
0
 private void OnDestroy()
 {
     VirtualOnDestroy();
     ComponentList.OnEnd(this);
 }
 private void OnDestroy()
 {
     ComponentList.OnEnd(this);
 }
Exemple #3
0
 private void Awake()
 {
     ComponentList.OnStart(this);
 }