blob: cee13c51e970573b6fe069ffc44725fefe87f946 [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")
6@ExperimentalUnsignedTypes
7class AnyAmbiguousAliases private constructor() {
8 companion object {
9 const val NONE: UByte = 0u
10 const val M1: UByte = 1u
11 const val M2: UByte = 2u
12 const val M3: UByte = 3u
13 val names : Array<String> = arrayOf("NONE", "M1", "M2", "M3")
14 fun name(e: Int) : String = names[e]
15 }
16}