mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-13 04:33:52 +00:00
12 lines
198 B
C#
12 lines
198 B
C#
|
|
namespace Minecraft.Server.FourKit.Event.Server;
|
|||
|
|
|
|||
|
|
using Minecraft.Server.FourKit.Plugin;
|
|||
|
|
|
|||
|
|
public abstract class ServerEvent : Event
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
internal protected ServerEvent() : base()
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|