Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
ab438582812e33c2925b2d28f1172cf54cf76f70
/
.
/
scouting
/
webserver
/
requests
/
messages
/
submit_notes.fbs
blob: cf111b312ef291ac96e675adbbc935a253dce580 [
file
] [
log
] [
blame
]
namespace
scouting
.
webserver
.
requests
;
table
SubmitNotes
{
team
:
int
(
id
:
0
);
notes
:
string
(
id
:
1
);
}
root_type
SubmitNotes
;