mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 12:05:50 +00:00
Change-Id: I4c9f0f722490b374257adb3fec63e44ae93da920 Tested: using VS2010 / Xcode / gcc on Linux.
16 lines
286 B
Java
Executable File
16 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;
|
|
};
|
|
|