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