...

Text file src/github.com/google/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.kt

Documentation: github.com/google/flatbuffers/tests/MyGame/Example

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

View as plain text