Interface IOperation
Interface for a game operation.
Inherited Members
Namespace: Fibula.Mechanics.Contracts.Abstractions
Assembly: Fibula.Mechanics.Contracts.dll
Syntax
public interface IOperation : IEvent
Properties
| Improve this Doc View SourceExhaustionInfo
Gets the exhaustion conditions that this operation checks for and produces.
Declaration
IDictionary<ExhaustionType, TimeSpan> ExhaustionInfo { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<ExhaustionType, System.TimeSpan> |