1// automatically generated by the FlatBuffers compiler, do not modify 2 3export enum Race{ 4 None = -1, 5 Human = 0, 6 Dwarf = 1, 7 Elf = 2 8} 9 10