blob: 2e80a35f1fc2e6f52f60c0ddfed1a0fd2b7193de [file] [log] [blame]
Austin Schuhe89fa2d2019-08-14 20:24:23 -07001// automatically generated by the FlatBuffers compiler, do not modify
2
3@Suppress("unused")
Austin Schuhe89fa2d2019-08-14 20:24:23 -07004class Character_ private constructor() {
5 companion object {
6 const val NONE: UByte = 0u
7 const val MuLan: UByte = 1u
8 const val Rapunzel: UByte = 2u
9 const val Belle: UByte = 3u
10 const val BookFan: UByte = 4u
11 const val Other: UByte = 5u
12 const val Unused: UByte = 6u
13 val names : Array<String> = arrayOf("NONE", "MuLan", "Rapunzel", "Belle", "BookFan", "Other", "Unused")
14 fun name(e: Int) : String = names[e]
15 }
16}