Files
13xforever 92751ba6e9 use file-scoped namespaces to reduce nesting
some formatting might be fucked
2022-06-30 00:59:46 +05:00

9 lines
102 B
C#

namespace CompatBot.Utils;
public enum ReportSeverity
{
None,
Low,
Medium,
High,
}