server-master/srcs/WingsAPI.Game/Maps/Event/LeaveMapEvent.cs
2026-02-10 18:21:30 +01:00

10 lines
No EOL
242 B
C#

using WingsEmu.Game._packetHandling;
namespace WingsEmu.Game.Maps.Event;
/// <summary>
/// Used internally in JoinMapEvent, if you want to change the map just use JoinMapEvent.
/// </summary>
public class LeaveMapEvent : PlayerEvent
{
}