csharp
public readonly record struct EventChainStepAn event ended and a chain moved.
Fields and properties (3)
public DefId EventWhich event.
public DynamicEventStatus StatusHow it ended.
public IReadOnlyList<DefId> StartedWhat its ending started.
Methods (1)
public EventChainStep(DefId Event, DynamicEventStatus Status, IReadOnlyList<DefId> Started)An event ended and a chain moved.
Used by (2)
- DynamicEventDirectorVixen.Gameplay.Quests
- DynamicEventTestsVixen.Gameplay.Quests.Tests