Code cleanup

This commit is contained in:
Stone_Red
2026-06-10 00:29:28 +02:00
parent 91e8cbb00a
commit 31e54c1637
11 changed files with 184 additions and 186 deletions
+5 -11
View File
@@ -1,14 +1,8 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace RemSox.Logging;
namespace RemSox.Logging
public enum LogSeverity
{
public enum LogSeverity
{
Info,
Warning,
Error
}
Info,
Warning,
Error
}