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