Vixen
c7401864
csharp
public sealed class HousingLibrary

Every plot and every piece of furniture a build knows, compiled once.

Read the guide page for this →

Fields and properties (4)

  • public static HousingLibrary Empty

    A library with nothing in it.

  • public IEnumerable<Plot> Plots

    Every plot, in address order.

  • public IEnumerable<Furniture> Furniture

    Every piece of furniture, 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 (5)

  • ContentTestsMmo.Content.Tests
  • CoverageTestsMmo.Content.Tests
  • MmoLibrariesMmo.Shared
  • HousePlotVixen.Gameplay.Housing
  • HousingTestsVixen.Gameplay.Housing.Tests