Initial
This commit is contained in:
8
MareAPI/MareSynchronosAPI/Data/Enum/MessageSeverity.cs
Normal file
8
MareAPI/MareSynchronosAPI/Data/Enum/MessageSeverity.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace MareSynchronos.API.Data.Enum;
|
||||
|
||||
public enum MessageSeverity
|
||||
{
|
||||
Information,
|
||||
Warning,
|
||||
Error
|
||||
}
|
Reference in New Issue
Block a user