mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-19 03:43:04 +00:00
* Partial support for --ts-flat-files and --gen-all * Add generated code changes * remove some debugging code left over * missed grpc files
10 lines
142 B
TypeScript
10 lines
142 B
TypeScript
// automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
export enum Race {
|
|
None = -1,
|
|
Human = 0,
|
|
Dwarf = 1,
|
|
Elf = 2
|
|
}
|
|
|