mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-24 07:14:07 +00:00
parent
098582dea8
commit
e0b6c4e873
2 changed files with 11 additions and 0 deletions
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()
|
||||
{
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue