6 lines
166 B
C#
6 lines
166 B
C#
namespace SpaceGame.Api.Universe.Scenario;
|
|
|
|
public sealed record ScenarioWorldContent(
|
|
IReadOnlyList<StationRuntime> Stations,
|
|
IReadOnlyList<ShipRuntime> Ships);
|