FSO.HIT.HITNoteEntry.HITNoteEntry C# (CSharp) Method

HITNoteEntry() public method

public HITNoteEntry ( SoundEffectInstance instance, uint SoundID ) : System
instance Microsoft.Xna.Framework.Audio.SoundEffectInstance
SoundID uint
return System
        public HITNoteEntry(SoundEffectInstance instance, uint SoundID)
        {
            this.instance = instance;
            this.SoundID = SoundID;
            this.ended = false;
        }
HITNoteEntry