Interface INotificationContext
Interface for a notification context.
Namespace: Fibula.Mechanics.Contracts.Abstractions
Assembly: Fibula.Mechanics.Contracts.dll
Syntax
public interface INotificationContext : IEventContext
Properties
| Improve this Doc View SourceCreatureFinder
Gets the reference to the creature finder in use.
Declaration
ICreatureFinder CreatureFinder { get; }
Property Value
Type | Description |
---|---|
ICreatureFinder |
MapDescriptor
Gets a reference to the map descriptor in use.
Declaration
IMapDescriptor MapDescriptor { get; }
Property Value
Type | Description |
---|---|
IMapDescriptor |