Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 1 | // automatically generated by the FlatBuffers compiler, do not modify |
| 2 | |
| 3 | @Suppress("unused") |
| 4 | @ExperimentalUnsignedTypes |
| 5 | class 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 | } |