Interface IMonsterSpawnLoader
Interface for an IMonsterSpawnLoader loader.
Namespace: Fibula.Creatures.Contracts.Abstractions
Assembly: Fibula.Creatures.Contracts.dll
Syntax
public interface IMonsterSpawnLoader
Methods
| Improve this Doc View SourceLoadSpawns()
Attempts to load the monster spawns.
Declaration
IEnumerable<Spawn> LoadSpawns()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<Spawn> | The collection of loaded monster spawns. |