Boiler.LevelControllerState.LevelControllerState C# (CSharp) Method

LevelControllerState() public method

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