public Plugin(string Path) { UPluginPath = Path; if (PluginUtils.IsPluginFile(UPluginPath)) { LoadDescriptor(); } }