Interface IMonsterTypeLoader
Interface for an IMonsterTypeLoader loader.
Namespace: Fibula.Creatures.Contracts.Abstractions
Assembly: Fibula.Creatures.Contracts.dll
Syntax
public interface IMonsterTypeLoader
Methods
| Improve this Doc View SourceLoadTypes()
Attempts to load the monster catalog.
Declaration
IDictionary<ushort, IMonsterTypeEntity> LoadTypes()
Returns
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.UInt16, IMonsterTypeEntity> | The catalog, containing a mapping of loaded id to the monster types. |