Add fuel logistics, modular construction, and pad docking
This commit is contained in:
@@ -86,6 +86,7 @@ public sealed record StationSnapshot(
|
||||
Vector3Dto LocalPosition,
|
||||
string Color,
|
||||
int DockedShips,
|
||||
int DockingPads,
|
||||
float EnergyStored,
|
||||
IReadOnlyList<InventoryEntry> Inventory,
|
||||
string FactionId);
|
||||
@@ -98,6 +99,7 @@ public sealed record StationDelta(
|
||||
Vector3Dto LocalPosition,
|
||||
string Color,
|
||||
int DockedShips,
|
||||
int DockingPads,
|
||||
float EnergyStored,
|
||||
IReadOnlyList<InventoryEntry> Inventory,
|
||||
string FactionId);
|
||||
|
||||
Reference in New Issue
Block a user