mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
Change-Id: Ib9ec0cb3ddec60b1ca124eaf815fb1ae0cc53e1c Tested: on Windows and Linux Bug: 16186562
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 = 1;
|
|
public static final byte Green = 2;
|
|
public static final byte Blue = 8;
|
|
};
|
|
|