mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-03 04:21:13 +00:00
e581013e3d broke TS generation - please don't use "replace" to refactor function names :)
10 lines
141 B
TypeScript
10 lines
141 B
TypeScript
// automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
export enum Race{
|
|
None = -1,
|
|
Human = 0,
|
|
Dwarf = 1,
|
|
Elf = 2
|
|
}
|
|
|