2021-08-16 18:09:21 +00:00
|
|
|
// <auto-generated>
|
|
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
// </auto-generated>
|
|
|
|
|
2021-09-09 17:29:27 +00:00
|
|
|
namespace KeywordTest
|
|
|
|
{
|
|
|
|
|
2021-08-16 18:09:21 +00:00
|
|
|
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
|
2021-09-09 17:29:27 +00:00
|
|
|
public enum @public : int
|
2021-08-16 18:09:21 +00:00
|
|
|
{
|
|
|
|
NONE = 0,
|
|
|
|
};
|
|
|
|
|
2021-09-09 17:29:27 +00:00
|
|
|
|
|
|
|
}
|