using System.Collections.Generic; namespace CoopServer { public class Allowlist { public List SocialClubName { get; set; } = new(); } }