예제 #1
0
 // Start is called before the first frame update
 void Start()
 {
     score = score_control.GetComponent <score_control>();
     spawn();
 }
예제 #2
0
    // Start is called before the first frame update
    void Start()
    {
        GameObject manager = GameObject.Find("score_manager");

        scores = manager.GetComponent <score_control>();
    }
예제 #3
0
 // Start is called before the first frame update
 void Start()
 {
     scores = score_manager.GetComponent <score_control>();
 }