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

8 lines
No EOL
186 B
C#

namespace WingsEmu.Game.Entities.Event;
public class MapLeaveNpcEntityEvent : NpcEntityEvent
{
public MapLeaveNpcEntityEvent(INpcEntity npcEntity) : base(npcEntity)
{
}
}