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

10 lines
No EOL
272 B
C#

using WingsEmu.Game._packetHandling;
namespace WingsEmu.Game.TimeSpaces.Events;
public class TimeSpaceLeavePartyEvent : PlayerEvent
{
public bool RemoveLive { get; init; }
public bool CheckForSeeds { get; init; }
public bool CheckFinished { get; init; }
}