예제 #1
0
 // Use this for initialization
 void Start()
 {
     inicial           = GetComponent <Text>();
     songManagerScript = songManager.GetComponent <songManager>();
 }
예제 #2
0
	// Use this for initialization
	void Start () {
		inicial = GetComponent<Text>();
		songManagerScript = songManager.GetComponent<songManager>();
	}
예제 #3
0
	// Use this for initialization
	void Start () {
		manager = onlinePlayer.GetComponent<songManager> ();
		gameFlowManagerScript = gameFlowManager.GetComponent<myMenuManager> ();
	}
예제 #4
0
 // Use this for initialization
 void Start()
 {
     manager = onlinePlayer.GetComponent <songManager> ();
     gameFlowManagerScript = gameFlowManager.GetComponent <myMenuManager> ();
 }