예제 #1
0
 void Start()
 {
     controller = FindObjectOfType <Player_Con_New>();
 }
예제 #2
0
 void Start()
 {
     data_Management = FindObjectOfType <Data_Management>();
     controller      = gameObject.GetComponentInParent(typeof(Player_Con_New)) as Player_Con_New;
 }