SunsetHigh.SoundModifierEntry.SoundModifierEntry C# (CSharp) Method

SoundModifierEntry() public method

public SoundModifierEntry ( string name, byte type ) : System
name string
type byte
return System
        public SoundModifierEntry(string name, byte type)
            : base(name, 0, 0)
        {
            this.inputType = type;
            updateStatus();
        }