9 lines
No EOL
197 B
C#
9 lines
No EOL
197 B
C#
using PhoenixLib.Events;
|
|
using WingsEmu.Game.Entities;
|
|
|
|
namespace WingsEmu.Game.Monster.Event;
|
|
|
|
public class MonsterRespawnedEvent : IAsyncEvent
|
|
{
|
|
public IMonsterEntity Monster { get; init; }
|
|
} |