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