Interface IItemTypeLoader
Interface for an IItem
Namespace: Fibula.Items.Contracts.Abstractions
Assembly: Fibula.Items.Contracts.dll
Syntax
public interface IItemTypeLoader
Methods
| Improve this Doc View SourceLoadTypes()
Attempts to load the item catalog.
Declaration
IDictionary<ushort, IItemTypeEntity> LoadTypes()
Returns
Type | Description |
---|---|
System. |
The catalog, containing a mapping of loaded id to the item types. |