server-master/srcs/WingsAPI.Game/TimeSpaces/Events/TimeSpaceGroupTryJoinEvent.cs
2026-02-10 18:21:30 +01:00

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; }
}