Example #1
0
 protected virtual void OnDestroy()
 {
     BaseImplementation.SystemOnDestroy(this);
 }
Example #2
0
 protected virtual void OnDisable()
 {
     BaseImplementation.SystemOnDisable(this);
 }
Example #3
0
 protected virtual void Awake()
 {
     BaseImplementation.SystemAwake(this);
 }
Example #4
0
 protected virtual void OnDestroy()
 {
     BaseImplementation.ComponentOnDestroy(this);
 }
Example #5
0
 protected virtual void OnDisable()
 {
     BaseImplementation.ComponentOnDisable(this);
 }
Example #6
0
 protected virtual void Awake()
 {
     BaseImplementation.ComponentAwake(this);
 }