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 | |
| 5 | public final class AnyAmbiguousAliases { |
| 6 | private AnyAmbiguousAliases() { } |
| 7 | public static final byte NONE = 0; |
| 8 | public static final byte M1 = 1; |
| 9 | public static final byte M2 = 2; |
| 10 | public static final byte M3 = 3; |
| 11 | |
| 12 | public static final String[] names = { "NONE", "M1", "M2", "M3", }; |
| 13 | |
| 14 | public static String name(int e) { return names[e]; } |
| 15 | } |
| 16 | |