1// automatically generated by the FlatBuffers compiler, do not modify 2 3package MyGame.Example 4 5@Suppress("unused") 6class LongEnum private constructor() { 7 companion object { 8 const val LongOne: ULong = 2UL 9 const val LongTwo: ULong = 4UL 10 const val LongBig: ULong = 1099511627776UL 11 } 12}