2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-04-17 00:44:43 -04:00
2024-04-13 18:10:46 +10:00

11 lines
367 B
C#

namespace Observatory.Framework.Files.Journal.StationServices;
public class PayBounties : JournalBase
{
public long Amount { get; init; }
public float BrokerPercentage { get; init; }
public bool AllFines { get; init; }
public string Faction { get; init; }
public string Faction_Localised { get; init; }
public ulong ShipID { get; init; }
}