Ejemplo n.º 1
0
 public void handleStart()
 {
     robotsContents = new RobotsContents();
     currentGroup   = new RobotsContents.Group();
     foundContent   = false;
 }
 public RobotsMatcher(RobotsContents robotsContents)
 {
     this.robotsContents = robotsContents;
 }