csharp
public sealed class VendorStockDefinitionOne row of a vendor's stock list.
Fields and properties (6)
public string ItemThe address of what is sold.
public string CurrencyThe address of what it is paid for in.
public long PriceHow much, each.
public int QuantityHow many are in stock. Zero for an unlimited row.
public float RestockSecondsHow long until one sold comes back, in seconds. Zero for never.
public List<RequirementDefinition> RequiresWhat has to be true to buy it.
Used by (10)
- ReferenceTestsMmo.Content.Tests
- ContentVixen.Gameplay.Economy.Tests
- EconomyLibraryVixen.Gameplay.Economy
- EconomyLibraryTestsVixen.Gameplay.Economy.Tests
- TypeRegistrationVixen.Gameplay.Economy
- VendorDefinitionVixen.Gameplay.Economy
- VendorStateVixen.Gameplay.Economy
- VendorStockVixen.Gameplay.Economy
- Vixen_Gameplay_Economy_VendorDefinitionSerializerVixen.Gameplay.Economy
- Vixen_Gameplay_Economy_VendorStockDefinitionSerializerVixen.Gameplay.Economy