9 lines
No EOL
194 B
C#
9 lines
No EOL
194 B
C#
namespace ForgeCoreAPI;
|
|
|
|
public class PluginContainer
|
|
{
|
|
public IPlugin plugin;
|
|
public bool enabled = true;
|
|
public string pluginName;
|
|
public bool providesShutdownMethod = false;
|
|
} |