Interface IHasStateHolder<T>
- Namespace
- ConfigurableWarning.API.State
- Assembly
- RedstoneWizard08.ContentLibrary.dll
An object that has a StateHolder<T>.
public interface IHasStateHolder<T>
Type Parameters
T
The type of the state that is held.
Properties
StateHolder
Get this object's state holder.
StateHolder<T> StateHolder { get; }
Property Value
- StateHolder<T>
The state holder.