예제 #1
0
 void Start()
 {
     mapref = GameObject.Find ("CoelomMap").GetComponent<CoelomMap> ();
     startposition = this.transform.position;
     ReInstantiate ();
 }
예제 #2
0
 void Start()
 {
     mapref        = GameObject.Find("CoelomMap").GetComponent <CoelomMap> ();
     startposition = this.transform.position;
     ReInstantiate();
 }