server-master/srcs/WingsAPI.Game/Act4/Event/Act4DungeonSystemStartEvent.cs
2026-02-10 18:21:30 +01:00

6 lines
No EOL
217 B
C#

using PhoenixLib.Events;
using WingsEmu.Packets.Enums;
namespace WingsEmu.Game.Act4.Event;
public sealed record Act4DungeonSystemStartEvent(FactionType FactionType, DungeonType? DungeonType = null) : IAsyncEvent;