using System.Collections.Generic; namespace RageCoop.Server { public class Allowlist { public List Username { get; set; } = new(); } }