using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace FLGenerateLibrary { public class VoiceProps { public string Voice; public TypeGender gender; public List SupportsRoles; } }