Vixen
c7401864
csharp
public readonly record struct BuybackEntry

What a vendor is holding for somebody who sold something.

Read the guide page for this →

Fields and properties (4)

  • public DefId Item

    What.

  • public int Count

    How many.

  • public DefId Currency

    What they were paid in.

  • public long Paid

    How much they were paid, which is what buying it back costs.

Methods (1)

  • public BuybackEntry(DefId Item, int Count, DefId Currency, long Paid)

    What a vendor is holding for somebody who sold something.

Used by (1)

  • VendorStateVixen.Gameplay.Economy