mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-02 02:07:25 +00:00
Change-Id: I4c9f0f722490b374257adb3fec63e44ae93da920 Tested: using VS2010 / Xcode / gcc on Linux.
15 lines
286 B
Java
Executable file
15 lines
286 B
Java
Executable file
// automatically generated, do not modify
|
|
|
|
package MyGame.Example;
|
|
|
|
import java.nio.*;
|
|
import java.lang.*;
|
|
import java.util.*;
|
|
import flatbuffers.*;
|
|
|
|
public class Color {
|
|
public static final byte Red = 0;
|
|
public static final byte Green = 1;
|
|
public static final byte Blue = 2;
|
|
};
|
|
|