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