code optimization
This commit is contained in:
@@ -1,18 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
namespace Pilz.Plugins;
|
||||
|
||||
namespace Pilz.Plugins
|
||||
public enum PluginLoadStatus
|
||||
{
|
||||
public enum PluginLoadStatus
|
||||
{
|
||||
None,
|
||||
Success,
|
||||
AlreadyLoaded,
|
||||
ErrorAtLoading,
|
||||
FileNotFound,
|
||||
NoValidPlugin
|
||||
}
|
||||
None,
|
||||
Success,
|
||||
AlreadyLoaded,
|
||||
ErrorAtLoading,
|
||||
FileNotFound,
|
||||
NoValidPlugin
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user