Ejemplo n.º 1
0
        public override void Load(ContentManager Content)
        {
            base.Load(Content);

            Song = Raw.CreateInstance();

            Song.IsLooped = true;
        }
Ejemplo n.º 2
0
        public override void Load(ContentManager Content)
        {
            base.Load(Content);

            for (int i = 0; i < instances.Length; i++)
            {
                instances[i] = new SoundEffectInstanceContainer(Raw.CreateInstance());
            }
        }