Vixen
c7401864
csharp
public sealed class EconomyLibrary

Every economic definition a build knows, compiled once.

Read the guide page for this →

Fields and properties (4)

  • public static EconomyLibrary Empty

    A library with nothing in it.

  • public IEnumerable<Currency> Currencies

    Every currency, in address order.

  • public IEnumerable<Vendor> Vendors

    Every vendor, in address order.

  • public IReadOnlyList<string> Problems

    What did not resolve, and what a definition said that cannot be true at once.

Methods (3)

Used by (7)

  • ContentTestsMmo.Content.Tests
  • CoverageTestsMmo.Content.Tests
  • MmoLibrariesMmo.Shared
  • ReferenceTestsMmo.Content.Tests
  • CurrencyTestsVixen.Gameplay.Economy.Tests
  • EconomyLibraryTestsVixen.Gameplay.Economy.Tests
  • VendorTestsVixen.Gameplay.Economy.Tests