csharp
public record class VendorDefinitionA vendor: a stock list, a buyback window, and what it pays for things.
Fields and properties (4)
public string DisplayNameWhat it is called.
public string TagWhat being able to use it is. Empty for one anybody may use.
public List<VendorStockDefinition> StockWhat it sells.
public int BuybackSlotsHow many things it will hold for somebody who sold them by accident.
Methods (1)
public override void CollectTags(ICollection<string> tags)Every tag this definition mentions, so the content build can bake the tag table.
Used by (7)
- ContentVixen.Gameplay.Economy.Tests
- EconomyLibraryVixen.Gameplay.Economy
- EconomyLibraryTestsVixen.Gameplay.Economy.Tests
- EconomyModuleVixen.Gameplay.Economy
- TypeRegistrationVixen.Gameplay.Economy
- VendorVixen.Gameplay.Economy
- Vixen_Gameplay_Economy_VendorDefinitionSerializerVixen.Gameplay.Economy