Journal changes for Odyssey Update 12

This commit is contained in:
Xjph 2022-06-05 23:09:16 -02:30
commit 396a5a9217
6 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,9 @@
namespace Observatory.Framework.Files.Journal
{
public class FCMaterlas : FSDJump
{
public ulong MarketID { get; init; }
public string CarrierName { get; init; }
public ulong CarrierID { get; init; }
}
}