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