mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-05 01:53:42 -04:00
Initial Commit
This commit is contained in:
@ -1,14 +1,13 @@
|
||||
namespace Observatory.Framework.Files.Journal
|
||||
namespace Observatory.Framework.Files.Journal.FleetCarrier;
|
||||
|
||||
public class CarrierTradeOrder : JournalBase
|
||||
{
|
||||
public class CarrierTradeOrder : JournalBase
|
||||
{
|
||||
public ulong CarrierID { get; init; }
|
||||
public bool BlackMarket { get; init; }
|
||||
public string Commodity { get; init; }
|
||||
public string Commodity_Localised { get; init; }
|
||||
public int PurchaseOrder { get; init; }
|
||||
public int SaleOrder { get; init; }
|
||||
public bool CancelTrade { get; init; }
|
||||
public int Price { get; init; }
|
||||
}
|
||||
}
|
||||
public ulong CarrierID { get; init; }
|
||||
public bool BlackMarket { get; init; }
|
||||
public string Commodity { get; init; }
|
||||
public string Commodity_Localised { get; init; }
|
||||
public int PurchaseOrder { get; init; }
|
||||
public int SaleOrder { get; init; }
|
||||
public bool CancelTrade { get; init; }
|
||||
public int Price { get; init; }
|
||||
}
|
Reference in New Issue
Block a user