blob: 8cb9654ae30fe623f46765ffeff70136b328c09d [file] [log] [blame]
Austin Schuh2dd86a92022-09-14 21:19:23 -07001// 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}