mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-04 09:33:43 -04:00
Initial Commit
This commit is contained in:
@ -1,15 +1,14 @@
|
||||
namespace Observatory.Framework.Files.Journal
|
||||
namespace Observatory.Framework.Files.Journal.StationServices;
|
||||
|
||||
public class ModuleSwap : JournalBase
|
||||
{
|
||||
public class ModuleSwap : JournalBase
|
||||
{
|
||||
public ulong MarketID { get; init; }
|
||||
public string FromSlot { get; init; }
|
||||
public string ToSlot { get; init; }
|
||||
public string FromItem { get; init; }
|
||||
public string FromItem_Localised { get; init; }
|
||||
public string ToItem { get; init; }
|
||||
public string ToItem_Localised { get; init; }
|
||||
public string Ship { get; init; }
|
||||
public ulong ShipID { get; init; }
|
||||
}
|
||||
}
|
||||
public ulong MarketID { get; init; }
|
||||
public string FromSlot { get; init; }
|
||||
public string ToSlot { get; init; }
|
||||
public string FromItem { get; init; }
|
||||
public string FromItem_Localised { get; init; }
|
||||
public string ToItem { get; init; }
|
||||
public string ToItem_Localised { get; init; }
|
||||
public string Ship { get; init; }
|
||||
public ulong ShipID { get; init; }
|
||||
}
|
Reference in New Issue
Block a user