Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
612d95dc6ac10f5548f33a9d4dc5e665082e47e2
/
.
/
y2023_bot3
/
constants
/
constants.fbs
blob: 08f03be59c5717322dc2248118e0bea880f37cea [
file
] [
log
] [
blame
]
namespace
y2023_bot3
;
table
RobotConstants
{
}
table
Constants
{
robot
:
RobotConstants
(
id
:
0
);
}
root_type
Constants
;