8 lines
115 B
C#
8 lines
115 B
C#
|
namespace MareSynchronos.API.Data.Enum;
|
|||
|
|
|||
|
public enum MessageSeverity
|
|||
|
{
|
|||
|
Information,
|
|||
|
Warning,
|
|||
|
Error
|
|||
|
}
|