blob: 1b97b2c9ee3eb908dfec57eed662c309a87b1e00 [file] [log] [blame]
Austin Schuhe89fa2d2019-08-14 20:24:23 -07001// automatically generated by the FlatBuffers compiler, do not modify
2
3package MyGame.Example;
4
James Kuszmaul8e62b022022-03-22 09:33:25 -07005@SuppressWarnings("unused")
Austin Schuhe89fa2d2019-08-14 20:24:23 -07006public final class AnyAmbiguousAliases {
7 private AnyAmbiguousAliases() { }
8 public static final byte NONE = 0;
9 public static final byte M1 = 1;
10 public static final byte M2 = 2;
11 public static final byte M3 = 3;
12
13 public static final String[] names = { "NONE", "M1", "M2", "M3", };
14
15 public static String name(int e) { return names[e]; }
16}
17