Ejemplo n.º 1
0
 private void Start()
 {
     brawlSettings = GameObject.Find("BrawlSettings").GetComponent <BrawlSettings>();
     levelManager  = GameObject.Find("Level Manager").GetComponent <LevelManager>();
 }
Ejemplo n.º 2
0
 // Use this for initialization
 private void Awake()
 {
     brawlSettings = GameObject.Find("BrawlSettings").GetComponent <BrawlSettings>();
 }