sharp-chat/SharpChatCommon/Bans/BanKind.cs

6 lines
94 B
C#

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