James Kuszmaul | 8e62b02 | 2022-03-22 09:33:25 -0700 | [diff] [blame^] | 1 | // <auto-generated> |
2 | // automatically generated by the FlatBuffers compiler, do not modify | ||||
3 | // </auto-generated> | ||||
4 | |||||
5 | namespace KeywordTest | ||||
6 | { | ||||
7 | |||||
8 | [Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))] | ||||
9 | public enum @public : int | ||||
10 | { | ||||
11 | NONE = 0, | ||||
12 | }; | ||||
13 | |||||
14 | |||||
15 | } |