// Use this for initialization void Start() { inicial = GetComponent <Text>(); songManagerScript = songManager.GetComponent <songManager>(); }
// Use this for initialization void Start () { inicial = GetComponent<Text>(); songManagerScript = songManager.GetComponent<songManager>(); }
// Use this for initialization void Start () { manager = onlinePlayer.GetComponent<songManager> (); gameFlowManagerScript = gameFlowManager.GetComponent<myMenuManager> (); }
// Use this for initialization void Start() { manager = onlinePlayer.GetComponent <songManager> (); gameFlowManagerScript = gameFlowManager.GetComponent <myMenuManager> (); }