forked from Eauldane/SnowcloakClient
Initial
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace MareSynchronos.MareConfiguration.Models;
|
||||
|
||||
[Serializable]
|
||||
public class ServerBlockStorage
|
||||
{
|
||||
public List<string> Whitelist { get; set; } = new();
|
||||
public List<string> Blacklist { get; set; } = new();
|
||||
}
|
Reference in New Issue
Block a user