Add project files.
This commit is contained in:
14
PluginManager/Others/Enums.cs
Normal file
14
PluginManager/Others/Enums.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace PluginManager.Others
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// A list of operating systems
|
||||
/// </summary>
|
||||
public enum OperatingSystem
|
||||
{ WINDOWS, LINUX, MAC_OS, UNKNOWN }
|
||||
|
||||
public enum Error
|
||||
{ UNKNOWN_ERROR, GUILD_NOT_FOUND, }
|
||||
|
||||
public enum OutputLogLevel { NONE, INFO, WARNING, ERROR, CRITICAL }
|
||||
}
|
||||
Reference in New Issue
Block a user