Interface ILocatable
Interface for all entities with a location.
Namespace: Fibula.Common.Contracts.Abstractions
Assembly: Fibula.Common.Contracts.dll
Syntax
public interface ILocatable
Properties
| Improve this Doc View SourceCarryLocation
Gets the location where this entity is being carried at, if any.
Declaration
Location? CarryLocation { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<Location> |
Location
Gets this entity's location.
Declaration
Location Location { get; }
Property Value
| Type | Description |
|---|---|
| Location |