mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 20:15:34 +00:00
10 lines
168 B
Java
Executable File
10 lines
168 B
Java
Executable File
// automatically generated, do not modify
|
|
|
|
package MyGame.Example;
|
|
|
|
public class Any {
|
|
public static final byte NONE = 0;
|
|
public static final byte Monster = 1;
|
|
};
|
|
|