public AudioData(string Key, string FilePath) { this.Key = Key; this.SoundClip = SoundClip.Load(FilePath); }