Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
e60c0ab9e2ffe1266033f0d41321ccff8ac46b3e
/
.
/
tests
/
ts
/
my-game
/
example
/
race.d.ts
blob: 1276d536cc59cf8664dcab9c51e294d99824afec [
file
]
export
declare
enum
Race
{
None
=
-
1
,
Human
=
0
,
Dwarf
=
1
,
Elf
=
2
,
}