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