forked from BigfootDev/flatbuffers
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;
|
|
};
|
|
|