Beispiel #1
0
 public override string ToString()
 {
     return(voiceparams.ToString() + ", PatchName: " + (patch == null ? "null" : patch.Name));
 }