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