Beispiel #1
0
        public Sound(SoundData _data)
        {
            data = _data;
#if !NO_FMOD
            mSound = null;
#endif
        }