mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
9 lines
168 B
Java
Executable file
9 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;
|
|
};
|
|
|