blob: 328c9c4f2d2b047f3d65eff78bbc9f7f878720db [file] [log] [blame]
// automatically generated by the FlatBuffers compiler, do not modify
package MyGame.Example
@Suppress("unused")
@kotlin.ExperimentalUnsignedTypes
class LongEnum private constructor() {
companion object {
const val LongOne: ULong = 2UL
const val LongTwo: ULong = 4UL
const val LongBig: ULong = 1099511627776UL
}
}