2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-04-05 17:39:39 -04:00
2022-06-05 23:09:16 -02:30

10 lines
243 B
C#

namespace Observatory.Framework.Files.Journal
{
public class FCMaterlas : FSDJump
{
public ulong MarketID { get; init; }
public string CarrierName { get; init; }
public ulong CarrierID { get; init; }
}
}