Vixen
c7401864
csharp
public readonly record struct AssetMove

One line of an intent: this much of this, into or out of this account.

Read the guide page for this →

Fields and properties (3)

  • public EconomyAccount Account

    Whose.

  • public DefId Asset

    What. An item's address or a currency's, hashed — the wire already carries these.

  • public long Delta

    How much. Negative leaves the account.

Methods (1)

  • public AssetMove(EconomyAccount Account, DefId Asset, long Delta)

    One line of an intent: this much of this, into or out of this account.

Used by (7)

  • AuctionHouseVixen.Gameplay.Economy
  • EconomyIntentVixen.Gameplay.Economy
  • LedgerBridgeVixen.Live.Gameplay
  • MarketFixtureVixen.Gameplay.Economy.Tests
  • MemoryEconomyLedgerVixen.Gameplay.Economy
  • PostOfficeVixen.Gameplay.Economy
  • TradeSessionVixen.Gameplay.Economy