mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-04-26 08:57:24 +00:00
11 lines
195 B
C#
11 lines
195 B
C#
namespace Minecraft.Server.FourKit.Event.Server;
|
|
|
|
using Minecraft.Server.FourKit.Plugin;
|
|
|
|
public class PluginsLoadedEvent : ServerEvent
|
|
{
|
|
internal PluginsLoadedEvent() : base()
|
|
{
|
|
}
|
|
}
|