mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-09-09 12:41:41 -04:00
Update 14 jounal changes
This commit is contained in:
@@ -8,5 +8,6 @@
|
||||
public ulong CarrierID { get; init; }
|
||||
public string SystemName { get; init; }
|
||||
public ulong SystemID { get; init; }
|
||||
public string DepartureTime { get; init; }
|
||||
}
|
||||
}
|
||||
|
@@ -1,4 +1,6 @@
|
||||
namespace Observatory.Framework.Files.Journal
|
||||
using Observatory.Framework.Files.ParameterTypes;
|
||||
|
||||
namespace Observatory.Framework.Files.Journal
|
||||
{
|
||||
public class UpgradeSuit : JournalBase
|
||||
{
|
||||
@@ -7,5 +9,6 @@
|
||||
public ulong SuitID { get; init; }
|
||||
public int Class { get; init; }
|
||||
public int Cost { get; init; }
|
||||
public Material[] Resources { get; init; }
|
||||
}
|
||||
}
|
||||
|
@@ -27,6 +27,7 @@ namespace Observatory.Framework.Files.Journal
|
||||
public ImmutableList<MaterialReward> MaterialsReward { get; init; }
|
||||
public string DestinationSystem { get; init; }
|
||||
public string DestinationStation { get; init; }
|
||||
public string DestinationSettlement { get; init; }
|
||||
public string NewDestinationSystem { get; init; }
|
||||
public string NewDestinationStation { get; init; }
|
||||
public int KillCount { get; init; }
|
||||
|
Reference in New Issue
Block a user