Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 1 | // automatically generated by the FlatBuffers compiler, do not modify |
| 2 | |
| 3 | package MyGame.Example; |
| 4 | |
James Kuszmaul | 8e62b02 | 2022-03-22 09:33:25 -0700 | [diff] [blame] | 5 | @SuppressWarnings("unused") |
Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 6 | public final class Any { |
| 7 | private Any() { } |
| 8 | public static final byte NONE = 0; |
| 9 | public static final byte Monster = 1; |
| 10 | public static final byte TestSimpleTableWithEnum = 2; |
| 11 | public static final byte MyGame_Example2_Monster = 3; |
| 12 | |
| 13 | public static final String[] names = { "NONE", "Monster", "TestSimpleTableWithEnum", "MyGame_Example2_Monster", }; |
| 14 | |
| 15 | public static String name(int e) { return names[e]; } |
| 16 | } |
| 17 | |