• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // automatically generated by the FlatBuffers compiler, do not modify
2 
3 package MyGame.Example
4 
5 @Suppress("unused")
6 class 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 }
13