blob: a4e3dc537f05987fac60b12c4b867132e0192d6d [file] [log] [blame]
James Kuszmaul8e62b022022-03-22 09:33:25 -07001--[[ MyGame.Example.LongEnum
2
3 Automatically generated by the FlatBuffers compiler, do not modify.
4 Or modify. I'm a message, not a cop.
5
Austin Schuh2dd86a92022-09-14 21:19:23 -07006 flatc version: 2.0.8
James Kuszmaul8e62b022022-03-22 09:33:25 -07007
8 Declared by : //monster_test.fbs
9 Rooting type : MyGame.Example.Monster (//monster_test.fbs)
10
11--]]
12
13local LongEnum = {
14 LongOne = 2,
15 LongTwo = 4,
16 LongBig = 1099511627776,
17}
18
19return LongEnum