Vixen
c7401864
csharp
public sealed class Vendor

A vendor, compiled.

Read the guide page for this →

Fields and properties (6)

  • public VendorDefinition Definition

    What it was compiled from.

  • public DefId Id

    Its id.

  • public string DisplayName

    What it is called.

  • public GameplayTag Tag

    What being able to use it is.

  • public ReadOnlySpan<VendorStock> Stock

    What it sells.

  • public int BuybackSlots

    How many things it holds for buyback.

Used by (3)

  • ReferenceTestsMmo.Content.Tests
  • EconomyLibraryVixen.Gameplay.Economy
  • VendorStateVixen.Gameplay.Economy