Deepen faction economy and station planning

This commit is contained in:
2026-03-19 23:34:06 -04:00
parent 9a5040cf1f
commit cd1fe776a5
33 changed files with 3170 additions and 175 deletions

View File

@@ -8,6 +8,7 @@ public sealed record StationSnapshot(
string Id,
string Label,
string Category,
string Objective,
string SystemId,
Vector3Dto LocalPosition,
string? CelestialId,
@@ -32,6 +33,7 @@ public sealed record StationDelta(
string Id,
string Label,
string Category,
string Objective,
string SystemId,
Vector3Dto LocalPosition,
string? CelestialId,