csharp
public readonly record struct EconomyResultWhat came of posting an intent.
Fields and properties (4)
public EconomyVerdict VerdictHow it was received.
public long SequenceWhere it landed, or the sequence it had the first time.
public string DetailWhat was wrong, in a sentence.
public bool OkWhether the world is now in the state the intent asked for.
Methods (1)
public EconomyResult(EconomyVerdict Verdict, long Sequence, string Detail = "")What came of posting an intent.
Used by (12)
- AuctionHouseVixen.Gameplay.Economy
- HousekeepingTestsVixen.Live.Gameplay.Tests
- IEconomyLedgerVixen.Gameplay.Economy
- KeyHorizonTestsVixen.Gameplay.Economy.Tests
- LedgerBridgeVixen.Live.Gameplay
- LedgerBridgeTestsVixen.Live.Gameplay.Tests
- LedgerTestsVixen.Gameplay.Economy.Tests
- MemoryEconomyLedgerVixen.Gameplay.Economy
- PostOfficeVixen.Gameplay.Economy
- TradeSessionVixen.Gameplay.Economy
- TradeTestsVixen.Gameplay.Economy.Tests
- VendorStateVixen.Gameplay.Economy