mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-04-27 09:26:47 +00:00
parent
098582dea8
commit
e0b6c4e873
10
Minecraft.Server.FourKit/Event/Server/PluginsLoadedEvent.cs
Normal file
10
Minecraft.Server.FourKit/Event/Server/PluginsLoadedEvent.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
namespace Minecraft.Server.FourKit.Event.Server;
|
||||
|
||||
using Minecraft.Server.FourKit.Plugin;
|
||||
|
||||
public class PluginsLoadedEvent : ServerEvent
|
||||
{
|
||||
internal PluginsLoadedEvent() : base()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
@ -72,6 +72,7 @@ internal sealed class PluginLoader
|
|||
}
|
||||
}
|
||||
}
|
||||
FourKit.FireEvent(new PluginsLoadedEvent());
|
||||
}
|
||||
|
||||
private void LoadPluginAssembly(string dllPath)
|
||||
|
|
|
|||
Loading…
Reference in a new issue