Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
8914d06ab7123167424438cf293bb349833bcb7d
/
.
/
examples
/
go-echo
/
hero.fbs
blob: 91b9dcaaf462928175e98ef3ff92ada8c730464d [
file
]
namespace
hero
;
table
Warrior
{
name
:
string
;
hp
:
uint32
;
}