Interface IMonsterSpawnLoader
Interface for an IMonster
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. |
The collection of loaded monster spawns. |