Files
2025-08-31 00:21:08 +02:00

9 lines
130 B
C#

namespace MareSynchronos.Services.Events;
public enum EventSeverity
{
Informational = 0,
Warning = 1,
Error = 2
}