示例#1
0
 public Voice(string file, SoundData sound)
 {
     this.file  = file;
     this.sound = sound;
 }