fix(backend): resolve nullable build warnings
This commit is contained in:
@@ -19,7 +19,7 @@ public sealed class ShipRuntime
|
|||||||
public float ActionTimer { get; set; }
|
public float ActionTimer { get; set; }
|
||||||
public Dictionary<string, float> Inventory { get; } = new(StringComparer.Ordinal);
|
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 int? AssignedDockingPadIndex { get; set; }
|
||||||
public string? CommanderId { get; set; }
|
public string? CommanderId { get; set; }
|
||||||
public string? PolicySetId { get; set; }
|
public string? PolicySetId { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user