mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-02 02:07:25 +00:00
10 lines
204 B
Java
Executable file
10 lines
204 B
Java
Executable file
// 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;
|
|
};
|
|
|