MinecraftConsoles/Minecraft.Server.FourKit/Event/Server/PluginsLoadedEvent.cs
DrPerkyLegit e0b6c4e873
all plugins loaded event (#14)
* all plugins loaded event

* oops
2026-04-06 15:05:42 -05:00

11 lines
195 B
C#

namespace Minecraft.Server.FourKit.Event.Server;
using Minecraft.Server.FourKit.Plugin;
public class PluginsLoadedEvent : ServerEvent
{
internal PluginsLoadedEvent() : base()
{
}
}