public AudioClipType(int typeID, string name, int maxChannels, int volumeReductionWhileSpeechPlaying, bool backwardsCompatType, CrossfadeSpeed crossfading) { this.TypeID = typeID; this.Name = name; this.MaxChannels = maxChannels; this.VolumeReductionWhileSpeechPlaying = volumeReductionWhileSpeechPlaying; this.BackwardsCompatibilityType = backwardsCompatType; this.CrossfadeClips = crossfading; }