1 // automatically generated by the FlatBuffers compiler, do not modify 2 3 package MyGame.Example 4 5 @Suppress("unused") 6 @ExperimentalUnsignedTypes 7 class Any_ private constructor() { 8 companion object { 9 const val NONE: UByte = 0u 10 const val Monster: UByte = 1u 11 const val TestSimpleTableWithEnum: UByte = 2u 12 const val MyGameExample2Monster: UByte = 3u 13 val names : Array<String> = arrayOf("NONE", "Monster", "TestSimpleTableWithEnum", "MyGame_Example2_Monster") namenull14 fun name(e: Int) : String = names[e] 15 } 16 } 17