Initial commit
This commit is contained in:
9
Server/Allowlist.cs
Normal file
9
Server/Allowlist.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace CoopServer
|
||||
{
|
||||
public class Allowlist
|
||||
{
|
||||
public List<string> SocialClubName { get; set; } = new();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user