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