Refactored into separated components
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace AutoRefillFires
|
||||
{
|
||||
public enum ModLogLevel
|
||||
{
|
||||
None = 0,
|
||||
Error = 1,
|
||||
Warning = 2,
|
||||
Info = 3,
|
||||
Debug = 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user