Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
2dd86a954a1e2f3fb8b2290e9875d8495d683783
/
.
/
tests
/
ts
/
my-game
/
example
/
race.ts
blob: 8cb9654ae30fe623f46765ffeff70136b328c09d [
file
] [
log
] [
blame
]
Austin Schuh
2dd86a9
2022-09-14 21:19:23 -0700
[
diff
] [
blame^
]
1
// automatically generated by the FlatBuffers compiler, do not modify
2
3
export
enum
Race
{
4
None
=
-
1
,
5
Human
=
0
,
6
Dwarf
=
1
,
7
Elf
=
2
8
}