mirror of
https://github.com/RPCS3/discord-bot.git
synced 2025-01-05 17:49:25 +00:00
10 lines
132 B
C#
10 lines
132 B
C#
namespace CompatBot.Utils
|
|
{
|
|
public enum ReportSeverity
|
|
{
|
|
None,
|
|
Low,
|
|
Medium,
|
|
High,
|
|
}
|
|
} |