feat: simplified local-space and celestial, removed bubbles
This commit is contained in:
@@ -15,8 +15,7 @@ public sealed record ShipSnapshot(
|
||||
string? BehaviorPhase,
|
||||
string ControllerTaskKind,
|
||||
string? CommanderObjective,
|
||||
string? NodeId,
|
||||
string? BubbleId,
|
||||
string? CelestialId,
|
||||
string? DockedStationId,
|
||||
string? CommanderId,
|
||||
string? PolicySetId,
|
||||
@@ -46,8 +45,7 @@ public sealed record ShipDelta(
|
||||
string? BehaviorPhase,
|
||||
string ControllerTaskKind,
|
||||
string? CommanderObjective,
|
||||
string? NodeId,
|
||||
string? BubbleId,
|
||||
string? CelestialId,
|
||||
string? DockedStationId,
|
||||
string? CommanderId,
|
||||
string? PolicySetId,
|
||||
@@ -69,8 +67,7 @@ public sealed record ShipActionProgressSnapshot(
|
||||
public sealed record ShipSpatialStateSnapshot(
|
||||
string SpaceLayer,
|
||||
string CurrentSystemId,
|
||||
string? CurrentNodeId,
|
||||
string? CurrentBubbleId,
|
||||
string? CurrentCelestialId,
|
||||
Vector3Dto? LocalPosition,
|
||||
Vector3Dto? SystemPosition,
|
||||
string MovementRegime,
|
||||
|
||||
Reference in New Issue
Block a user