csharp
public readonly record struct EventChainEdgeOne edge of a chain.
Fields and properties (4)
public DefId FromWhich event it leaves.
public DefId ToWhich it arrives at.
public EventBranch BranchWhich way it left.
public string AddressThe address it named, kept so a dangling edge can be drawn.
Methods (1)
public EventChainEdge(DefId From, DefId To, EventBranch Branch, string Address)One edge of a chain.
Used by (3)
- EventChainVixen.Editor.Gameplay.Quests
- EventChainProjectionVixen.Editor.Gameplay.Quests
- EventChainTestsVixen.Editor.Gameplay.Quests.Tests