forked from BigfootDev/flatbuffers
17 lines
241 B
Go
17 lines
241 B
Go
// automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
package Example
|
|
|
|
const (
|
|
ColorRed = 1
|
|
ColorGreen = 2
|
|
ColorBlue = 8
|
|
)
|
|
|
|
var EnumNamesColor = map[int]string{
|
|
ColorRed:"Red",
|
|
ColorGreen:"Green",
|
|
ColorBlue:"Blue",
|
|
}
|
|
|