Austin Schuh | 272c613 | 2020-11-14 16:37:52 -0800 | [diff] [blame^] | 1 | // <auto-generated> |
2 | // automatically generated by the FlatBuffers compiler, do not modify | ||||
3 | // </auto-generated> | ||||
4 | |||||
5 | namespace MyGame.Example | ||||
6 | { | ||||
7 | |||||
8 | [Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))] | ||||
9 | public enum Race : sbyte | ||||
10 | { | ||||
11 | None = -1, | ||||
12 | Human = 0, | ||||
13 | Dwarf = 1, | ||||
14 | Elf = 2, | ||||
15 | }; | ||||
16 | |||||
17 | |||||
18 | } |