forked from BigfootDev/flatbuffers
10 lines
143 B
Go
10 lines
143 B
Go
// automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
package Example
|
|
|
|
const (
|
|
ColorRed = 1
|
|
ColorGreen = 2
|
|
ColorBlue = 8
|
|
)
|