diff --git a/ObservatoryFramework/Files/Journal/Startup/Cargo.cs b/ObservatoryFramework/Files/Journal/Startup/Cargo.cs index 68d372a..8742a7d 100644 --- a/ObservatoryFramework/Files/Journal/Startup/Cargo.cs +++ b/ObservatoryFramework/Files/Journal/Startup/Cargo.cs @@ -1,4 +1,5 @@ -using System.Collections.Immutable; +using Observatory.Framework.Files.ParameterTypes; +using System.Collections.Immutable; namespace Observatory.Framework.Files.Journal { @@ -6,6 +7,6 @@ namespace Observatory.Framework.Files.Journal { public string Vessel { get; init; } public int Count { get; init; } - public ImmutableList Inventory { get; init; } + public ImmutableList Inventory { get; init; } } }