8 lines
No EOL
182 B
C#
8 lines
No EOL
182 B
C#
using PhoenixLib.Events;
|
|
|
|
namespace WingsEmu.Game.TimeSpaces.Events;
|
|
|
|
public class TimeSpaceClosePortalEvent : IAsyncEvent
|
|
{
|
|
public IPortalEntity PortalEntity { get; init; }
|
|
} |