mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 20:15:34 +00:00
11 lines
204 B
Java
Executable File
11 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;
|
|
};
|
|
|