blob: 74f51057abcbe973b0204b0c57341257c5052480 [file] [log] [blame]
James Kuszmaul8e62b022022-03-22 09:33:25 -07001// automatically generated by the FlatBuffers compiler, do not modify
2export var Race;
3(function (Race) {
4 Race[Race["None"] = -1] = "None";
5 Race[Race["Human"] = 0] = "Human";
6 Race[Race["Dwarf"] = 1] = "Dwarf";
7 Race[Race["Elf"] = 2] = "Elf";
8})(Race || (Race = {}));