Austin Schuh | 2dd86a9 | 2022-09-14 21:19:23 -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 = {})); |