blob: f66e00f04578b899ecd3cab798c51c34dcd104c9 [file] [log] [blame]
Ariv Diggi0af59c02023-10-07 13:15:39 -07001namespace y2023_bot3;
2
3table RobotConstants {
Maxwell Henderson43684fa2023-11-06 11:08:06 -08004 // Constants sender needs a value to send something
5 dummy_value:int (id: 0);
Ariv Diggi0af59c02023-10-07 13:15:39 -07006}
7
8table Constants {
9 robot:RobotConstants (id: 0);
10}
11
12root_type Constants;