summaryrefslogtreecommitdiff
path: root/tests/my-game/example/long-enum.ts
blob: 31ea18805f28b6a25536b82c1ed18d373a470151 (plain)
1
2
3
4
5
6
7
// automatically generated by the FlatBuffers compiler, do not modify

export enum LongEnum {
  LongOne = '2',
  LongTwo = '4',
  LongBig = '1099511627776'
}