mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-17 21:14:58 +01:00
Initial Commit
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
namespace Observatory.Framework.Files.Journal
|
||||
namespace Observatory.Framework.Files.Journal.StationServices;
|
||||
|
||||
public class PayBounties : JournalBase
|
||||
{
|
||||
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; }
|
||||
}
|
||||
}
|
||||
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; }
|
||||
}
|
||||
Reference in New Issue
Block a user