Vixen
c7401864
csharp
public sealed class ExplorationLibrary

Every map a build knows, compiled once.

Read the guide page for this →

Fields and properties (3)

  • public static ExplorationLibrary Empty

    A library with nothing in it.

  • public IEnumerable<MapChart> Maps

    Every map, in address order.

  • public IReadOnlyList<string> Problems

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

Methods (2)

Used by (7)

  • ContentTestsMmo.Content.Tests
  • CoverageTestsMmo.Content.Tests
  • MmoLibrariesMmo.Shared
  • ExplorationRecordVixen.Gameplay.Exploration
  • ExplorationSectionVixen.Live.Gameplay
  • ExplorationSectionTestsVixen.Live.Gameplay.Tests
  • ExplorationTestsVixen.Gameplay.Exploration.Tests