2016-05-26 13:26:58 +00:00
|
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
2014-01-28 00:52:49 +00:00
|
|
|
|
|
|
|
package MyGame.Example;
|
|
|
|
|
2015-04-06 23:42:08 +00:00
|
|
|
public final class Any {
|
|
|
|
private Any() { }
|
2014-01-28 00:52:49 +00:00
|
|
|
public static final byte NONE = 0;
|
|
|
|
public static final byte Monster = 1;
|
2015-08-11 16:01:43 +00:00
|
|
|
public static final byte TestSimpleTableWithEnum = 2;
|
2016-06-18 01:16:11 +00:00
|
|
|
public static final byte MyGame_Example2_Monster = 3;
|
2014-09-18 19:28:10 +00:00
|
|
|
|
2016-06-18 01:16:11 +00:00
|
|
|
private static final String[] names = { "NONE", "Monster", "TestSimpleTableWithEnum", "MyGame_Example2_Monster", };
|
2014-09-18 19:28:10 +00:00
|
|
|
|
|
|
|
public static String name(int e) { return names[e]; }
|
2014-01-28 00:52:49 +00:00
|
|
|
};
|
|
|
|
|