8 lines
No EOL
186 B
C#
8 lines
No EOL
186 B
C#
namespace WingsEmu.Game.Entities.Event;
|
|
|
|
public class MapLeaveNpcEntityEvent : NpcEntityEvent
|
|
{
|
|
public MapLeaveNpcEntityEvent(INpcEntity npcEntity) : base(npcEntity)
|
|
{
|
|
}
|
|
} |