Interface IItemTypeLoader
Interface for an IItemTypeEntity loader.
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.Collections.Generic.IDictionary<System.UInt16, IItemTypeEntity> | The catalog, containing a mapping of loaded id to the item types. |