Ejemplo n.º 1
0
 void Awake()
 {
     myRigidbody = GetComponent <Rigidbody2D>();
     fx          = FindObjectOfType <VFXHandler>();
     AH          = FindObjectOfType <AudioHandler>();
     Debug.Log(AH.gameObject.GetInstanceID());
 }
Ejemplo n.º 2
0
 private void Awake()
 {
     Instance = this;
 }