Files

9 lines
130 B
C#
Raw Permalink Normal View History

2025-08-22 02:19:48 +01:00
namespace MareSynchronos.Services.Events;
public enum EventSeverity
{
Informational = 0,
Warning = 1,
Error = 2
}