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