mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-16 04:44:56 +01:00
Implement Other state events
now emitted to websocket connections on connect
This commit is contained in:
@@ -13,6 +13,6 @@ public class RedeemVoucher : JournalBase
|
||||
public long Amount { get; init; }
|
||||
public string Faction { get; init; }
|
||||
public float BrokerPercentage { get; init; }
|
||||
public IReadOnlyCollection<VoucherFaction> Factions { get; init; }
|
||||
public List<VoucherFaction> Factions { get; init; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user