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