void Awake()
 {
     global_Settings = GameObject.Find("Global").GetComponent <Global_Settings>();
     //thisGameObject = this.gameObject;
 }
Esempio n. 2
0
 void Awake()
 {
     global_Settings = GameObject.Find("Global").GetComponent <Global_Settings>();
     spawnLocator    = this.gameObject;
 }
Esempio n. 3
0
 private Settings()
 {
     FilePath = new FilePath_Settings();
     Global = new Global_Settings();
 }
Esempio n. 4
0
 void Awake()
 {
     global_Settings = GameObject.Find("Global").GetComponent <Global_Settings>();
     thisProjectile  = this.gameObject;
 }
Esempio n. 5
0
 private Settings()
 {
     Global = new Global_Settings();
     FilePath = new FilePath_Settings();
     Mongo = new Mongo_Settings();
 }