blob: ecb5aabf92e69130dbbdbc0f506b0a46ef6075c5 [file] [log] [blame]
James Kuszmaul8e62b022022-03-22 09:33:25 -07001// 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}