Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
cb7da4be1f74da8a3196f414a2e3db2d0c5590a3
/
.
/
y2014
/
queues
/
hot_goal.fbs
blob: 5c4bd0de052beea0073bc1715b3e5820abae0d2a [
file
] [
log
] [
blame
]
Alex Perry
cb7da4b
2019-08-28 19:35:56 -0700
[
diff
] [
blame^
]
1
namespace
y2014
;
2
3
// Published on "/"
4
table
HotGoal
{
5
left_count
:
ulong
;
6
right_count
:
ulong
;
7
}
8
9
root_type
HotGoal
;