blob: 5d6c5b7bae70eed1ad4e55f287648d92b7512f8a [file] [log] [blame]
Austin Schuhe89fa2d2019-08-14 20:24:23 -07001// automatically generated by the FlatBuffers compiler, do not modify
2
3public final class Character {
4 private Character() { }
5 public static final byte NONE = 0;
6 public static final byte MuLan = 1;
7 public static final byte Rapunzel = 2;
8 public static final byte Belle = 3;
9 public static final byte BookFan = 4;
10 public static final byte Other = 5;
11 public static final byte Unused = 6;
12
13 public static final String[] names = { "NONE", "MuLan", "Rapunzel", "Belle", "BookFan", "Other", "Unused", };
14
15 public static String name(int e) { return names[e]; }
16}
17