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

10 lines
No EOL
322 B
C#

using WingsEmu.Game._packetHandling;
namespace WingsEmu.Game.TimeSpaces.Events;
public class TimeSpaceCheckObjectivesEvent : PlayerEvent
{
public TimeSpaceParty TimeSpaceParty { get; init; }
public bool PlayerEnteredToEndPortal { get; init; }
public bool SendMessageWithNotFinishedObjects { get; init; }
}