James Kuszmaul | 8e62b02 | 2022-03-22 09:33:25 -0700 | [diff] [blame] | 1 | // automatically generated by the FlatBuffers compiler, do not modify |
2 | export 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 = {})); |