#include "Behaviors/StateMachine.h"

$nodeclass TestAgents {
  $nodeclass GetAgents : MapBuilderNode : doStart {
    mapreq.addAgentRecognition();
  }

  $setupmachine{
    GetAgents
  }

}

REGISTER_BEHAVIOR(TestAgents);
