unplugged-system/external/flatbuffers/tests/my-game/example/race.ts

9 lines
141 B
TypeScript

// automatically generated by the FlatBuffers compiler, do not modify
export enum Race {
None = -1,
Human = 0,
Dwarf = 1,
Elf = 2
}