csharp
public readonly record struct SpawnOrderOne thing a spawner has been asked to put in the world.
Fields and properties (3)
public DefId CreatureWhat.
public int CountHow many of it.
public int SlotWhich of the spawner's slots it fills, so a caller can report its death.
Methods (1)
public SpawnOrder(DefId Creature, int Count, int Slot)One thing a spawner has been asked to put in the world.
Used by (4)
- WorldSpawnsMmo.Realm
- WorldTestsMmo.Realm.Tests
- SpawnTestsVixen.Gameplay.Ai.Tests
- SpawnerVixen.Gameplay.Ai