10 lines
No EOL
274 B
C#
10 lines
No EOL
274 B
C#
using WingsEmu.Game._packetHandling;
|
|
using WingsEmu.Game.Entities;
|
|
|
|
namespace WingsEmu.Game.TimeSpaces.Events;
|
|
|
|
public class TimeSpaceTryStartHiddenEvent : PlayerEvent
|
|
{
|
|
public INpcEntity TimeSpacePortal { get; init; }
|
|
public bool IsChallengeMode { get; init; }
|
|
} |