10 lines
No EOL
276 B
C#
10 lines
No EOL
276 B
C#
using WingsEmu.Game._packetHandling;
|
|
using WingsEmu.Game.Portals;
|
|
|
|
namespace WingsEmu.Game.TimeSpaces.Events;
|
|
|
|
public class TimeSpaceGroupTryJoinEvent : PlayerEvent
|
|
{
|
|
public ITimeSpacePortalEntity PortalEntity { get; init; }
|
|
public long CharacterId { get; init; }
|
|
} |