csharp
public sealed class SpawnLibraryEvery spawn table a build knows, compiled once.
Fields and properties (3)
public static SpawnLibrary EmptyA library with nothing in it.
public IEnumerable<SpawnTable> TablesEvery table, in address order.
public IReadOnlyList<string> ProblemsWhat did not resolve, and what a definition said that cannot be true at once.
Methods (2)
public static SpawnLibrary Compile(DefinitionCatalog catalog)Compiles everything in a catalog.
public SpawnTable? Find(DefId id)Finds a table.
Used by (7)
- ContentTestsMmo.Content.Tests
- CoverageTestsMmo.Content.Tests
- MmoLibrariesMmo.Shared
- ReferenceTestsMmo.Content.Tests
- WorldSpawnsMmo.Realm
- WorldTestsMmo.Realm.Tests
- SpawnTestsVixen.Gameplay.Ai.Tests