Add new FCMaterials file classes.

This commit is contained in:
Xjph 2022-06-09 21:10:26 -02:30
commit 3896621092
3 changed files with 22 additions and 3 deletions

View file

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