blob: f66e00f04578b899ecd3cab798c51c34dcd104c9 [file] [log] [blame]
namespace y2023_bot3;
table RobotConstants {
// Constants sender needs a value to send something
dummy_value:int (id: 0);
}
table Constants {
robot:RobotConstants (id: 0);
}
root_type Constants;