MusicListener.Start C# (CSharp) Method

Start() private method

private Start ( ) : void
return void
	void Start () {
		instruments = FindObjectsOfType<Instrument> ();
		sources = FindObjectsOfType<AudioSource> ();



		//GetVolume += printVol;
	}