Interface IMonster
Interface for all monsters.
Inherited Members
System.IEquatable<Fibula.Common.Contracts.Abstractions.IThing>.Equals(Fibula.Common.Contracts.Abstractions.IThing)
System.IEquatable<Fibula.Creatures.Contracts.Abstractions.ICreature>.Equals(Fibula.Creatures.Contracts.Abstractions.ICreature)
Namespace: Fibula.Creatures.Contracts.Abstractions
Assembly: Fibula.Creatures.Contracts.dll
Syntax
public interface IMonster : ICreature, IThing, IContainedThing, IEquatable<IThing>, ICloneableThing<IThing>, IThingContainer, ILocatable, IEquatable<ICreature>
Properties
| Improve this Doc View SourceExperienceToYield
Gets the experience yielded when this monster dies.
Declaration
uint ExperienceToYield { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Type
Gets the type of this monster.
Declaration
IMonsterTypeEntity Type { get; }
Property Value
Type | Description |
---|---|
IMonsterTypeEntity |