private void Awake()
 {
     Debug.Log("Awake");
     AwakeEvent.Invoke();
 }
Exemplo n.º 2
0
 void Awake()
 {
     onTrigger.Invoke(gameObject);
 }