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 SourceAssociatedExhaustion
Gets the information about the exhaustion that this operation produces.
Declaration
(ConditionType Type, TimeSpan Cost)? AssociatedExhaustion { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.ValueTuple<ConditionType, System.TimeSpan>> |