csharp
public readonly record struct FleetActionOne decision about one map.
Fields and properties (4)
public FleetActionKind KindWhat to do.
public ShardId ShardWhich shard, on Drain.
public string ReasonWhy, in a sentence, for the log and the fleet view.
public static FleetAction NoneDo nothing.
Methods (2)
public FleetAction(FleetActionKind Kind, ShardId Shard, string Reason)One decision about one map.
public override string ToString()Returns the fully qualified type name of this instance.
Used by (6)
- FleetSimulationVixen.Live.Orchestrator.Tests
- MapCoordinatorVixen.Live.Orchestrator
- MapCoordinatorTestsVixen.Live.Orchestrator.Tests
- MapFleetVixen.Live.Orchestrator
- MapFleetTestsVixen.Live.Orchestrator.Tests
- MapGrainVixen.Live.Orchestrator