ready for testing
This commit is contained in:
parent
86cd7fe3e4
commit
b8f5f6a73e
92 changed files with 3058 additions and 1183 deletions
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
public class MarketBuy : JournalBase
|
||||
{
|
||||
public long MarketID { get; init; }
|
||||
public ulong MarketID { get; init; }
|
||||
public string Type { get; init; }
|
||||
public string Type_Localised { get; init; }
|
||||
public int Count { get; init; }
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
public class MarketSell : JournalBase
|
||||
{
|
||||
public long MarketID { get; init; }
|
||||
public ulong MarketID { get; init; }
|
||||
public string Type { get; init; }
|
||||
public string Type_Localised { get; init; }
|
||||
public int Count { get; init; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue