sharp-chat/SharpChatCommon/Bans/BanKind.cs

7 lines
76 B
C#
Raw Normal View History

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