James Kuszmaul | 8e62b02 | 2022-03-22 09:33:25 -0700 | [diff] [blame^] | 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 | } |