2018-11-01 19:51:25 +00:00
|
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
|
|
|
|
package MyGame.Example;
|
|
|
|
|
|
|
|
public final class AnyUniqueAliases {
|
|
|
|
private AnyUniqueAliases() { }
|
|
|
|
public static final byte NONE = 0;
|
|
|
|
public static final byte M = 1;
|
2019-05-30 23:02:57 +00:00
|
|
|
public static final byte TS = 2;
|
2018-11-01 19:51:25 +00:00
|
|
|
public static final byte M2 = 3;
|
|
|
|
|
2019-05-30 23:02:57 +00:00
|
|
|
public static final String[] names = { "NONE", "M", "TS", "M2", };
|
2018-11-01 19:51:25 +00:00
|
|
|
|
|
|
|
public static String name(int e) { return names[e]; }
|
|
|
|
}
|
|
|
|
|