Exemplo n.º 1
0
 void SetInitialRefrences()
 {
     if (GameObject.Find("Wall") != null)
     {
         eventMasterScript = GameObject.Find("Game Manager").GetComponent <GameManager_EventMaster>();
     }
 }
Exemplo n.º 2
0
 void SetInitialReferences()
 {
     eventMasterScript = GameObject.Find("GameManager").GetComponent <GameManager_EventMaster>();
 }