0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-13 09:10:44 -05:00

10 lines
139 B
C#
Raw Normal View History

2024-06-12 00:07:44 -04:00
namespace AssemblyRemapper.Enums;
2024-06-11 19:18:48 -04:00
internal enum ELogLevel
{
None = 0,
Success = 1,
Warn = 2,
Error = 3,
Full = 4,
}