#include "Behaviors/StateMachine.h"

$nodeclass Test1 : VisualRoutinesStateNode : doStart {
	cout << "NumArmJoints = " << NumArmJoints << endl;
}

REGISTER_BEHAVIOR(Test1);
