flatbuffers/tests/MyGame/Example/Color.java

11 lines
204 B
Java
Raw Normal View History

// automatically generated, do not modify
package MyGame.Example;
public class Color {
public static final byte Red = 0;
public static final byte Green = 1;
public static final byte Blue = 2;
};