Esempio n. 1
0
	// Use this for initialization
	void Start ()
    {

        ItsAThing = GetComponent<SoundClass>();
        //print(ResumedTrack);
        
        ItsAThing.SetAudioObject();
        
        GetComponent<SoundClass>().PlayResumedSound(ResumedTrack, true);

        //GetComponent<SoundClass>().PlayClassSound();
    }