Interface IStatefull<TState>
Statefull object with state property
Namespace: QuestFramework
Assembly: QuestFramework.dll
Syntax
public interface IStatefull<TState> : IStatefull
Type Parameters
Name | Description |
---|---|
TState | Type of state |
Properties
State
Declaration
TState State { get; }
Property Value
Type | Description |
---|---|
TState |