embed plugin loader directly into the launcher
This commit is contained in:
10
PluginLoader/Data/PluginStatus.cs
Normal file
10
PluginLoader/Data/PluginStatus.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace PluginLoader.Data;
|
||||
|
||||
public enum PluginStatus
|
||||
{
|
||||
None,
|
||||
PendingUpdate,
|
||||
Updated,
|
||||
Error,
|
||||
Blocked
|
||||
}
|
Reference in New Issue
Block a user