8 lines
No EOL
161 B
C#
8 lines
No EOL
161 B
C#
using PhoenixLib.Events;
|
|
|
|
namespace WingsEmu.Game.Maps.Event;
|
|
|
|
public class PortalRemoveEvent : IAsyncEvent
|
|
{
|
|
public IPortalEntity Portal { get; init; }
|
|
} |