blob: 5a7ecf7659184bdee5ac84ec0cca4df5431e5921 [file] [log] [blame]
Austin Schuhe89fa2d2019-08-14 20:24:23 -07001// automatically generated by the FlatBuffers compiler, do not modify
2
3package MyGame.Example
4
5@Suppress("unused")
Austin Schuhe89fa2d2019-08-14 20:24:23 -07006class Any_ private constructor() {
7 companion object {
8 const val NONE: UByte = 0u
9 const val Monster: UByte = 1u
10 const val TestSimpleTableWithEnum: UByte = 2u
11 const val MyGameExample2Monster: UByte = 3u
12 val names : Array<String> = arrayOf("NONE", "Monster", "TestSimpleTableWithEnum", "MyGame_Example2_Monster")
13 fun name(e: Int) : String = names[e]
14 }
15}