smartcmd-MinecraftConsoles/Minecraft.Server.FourKit/Event/Server/ServerEvent.cs

12 lines
198 B
C#
Raw Normal View History

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