fix(backend): resolve nullable build warnings

This commit is contained in:
2026-03-19 15:25:10 -04:00
parent 792fc5619b
commit 5c79946d57

View File

@@ -19,7 +19,7 @@ public sealed class ShipRuntime
public float ActionTimer { get; set; }
public Dictionary<string, float> Inventory { get; } = new(StringComparer.Ordinal);
public string DockedStationId { get; set; }
public string? DockedStationId { get; set; }
public int? AssignedDockingPadIndex { get; set; }
public string? CommanderId { get; set; }
public string? PolicySetId { get; set; }