mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-16 01:07:29 +00:00
7 lines
86 B
TypeScript
7 lines
86 B
TypeScript
export declare enum Race {
|
|
None = -1,
|
|
Human = 0,
|
|
Dwarf = 1,
|
|
Elf = 2
|
|
}
|