Boiler.CustomControllerState.CustomControllerState C# (CSharp) Method

CustomControllerState() public method

Initializes the type with its default attribute values.
public CustomControllerState ( NodeState parent ) : System
parent NodeState
return System
        public CustomControllerState(NodeState parent) : base(parent)
        {
        }