blob: 1dd66fc939f593c4be8b0b7f616ac77e4bf06b38 [file] [log] [blame]
namespace y2016.actors.vision_align_action;
// Parameters to send with start.
table VisionAlignActionParams {
run:int;
}
table Goal {
run:uint;
params:VisionAlignActionParams;
}
root_type Goal;