9 lines
282 B
JavaScript
9 lines
282 B
JavaScript
![]() |
// automatically generated by the FlatBuffers compiler, do not modify
|
||
|
export var Race;
|
||
|
(function (Race) {
|
||
|
Race[Race["None"] = -1] = "None";
|
||
|
Race[Race["Human"] = 0] = "Human";
|
||
|
Race[Race["Dwarf"] = 1] = "Dwarf";
|
||
|
Race[Race["Elf"] = 2] = "Elf";
|
||
|
})(Race || (Race = {}));
|