Files
h-school/src/HSchool.Simulation/WorldEvent.cs
T

7 lines
208 B
C#

namespace HSchool.Simulation;
/// <summary>
/// A fact the school raised this step. Same seam as <c>AffinityEvent</c>: a list, no UI.
/// </summary>
public readonly record struct WorldEvent(string Trigger);