Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
7711e8491965d079ef7f7945c1708786e58e3fdf
/
.
/
examples
/
go-echo
/
net.fbs
blob: 7293bb699d12eb1153d8cb341657bc4563416b62 [
file
]
include
"hero.fbs"
;
namespace
net
;
table
Request
{
player
:
hero
.
Warrior
;
}
table
Response
{
player
:
hero
.
Warrior
;
}