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