Namespace Fibula.Creatures.Contracts.Abstractions
Interfaces
ICreature
Interface for all creatures in the game.
ICreatureCreationMetadata
Interface for creature creation metadata information.
ICreatureFactory
Interface for an ICreature factory.
ICreatureFinder
Interface for a creature finder.
ICreatureManager
Interface for a creature manager.
IInventory
Interface for a creature that keeps an inventory of IItems in itself, and the properties it imbues the owner ICreature with.
IMonster
Interface for all monsters.
IMonsterSpawnLoader
Interface for an IMonsterSpawnLoader loader.
IMonsterTypeLoader
Interface for an IMonsterTypeLoader loader.
IPlayer
Interface for character players in the game.
IStat
Interface for stats in the game.