mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-19 10:03:52 +00:00
12 lines
174 B
C#
12 lines
174 B
C#
|
|
namespace Minecraft.Server.FourKit.Event.World;
|
||
|
|
|
||
|
|
using Minecraft.Server.FourKit;
|
||
|
|
|
||
|
|
public class WorldSaveEvent : Event
|
||
|
|
{
|
||
|
|
|
||
|
|
internal WorldSaveEvent() : base()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|