sharp-chat/SharpChatCommon/Bans/BanKind.cs

6 lines
76 B
C#

namespace SharpChat.Bans;
public enum BanKind {
User,
IPAddress,
}