Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
2dd86a954a1e2f3fb8b2290e9875d8495d683783
/
.
/
tests
/
ts
/
my-game
/
example
/
long-enum.js
blob: 040d8a672f943c3cf0efa005a569e6136ff27395 [
file
] [
log
] [
blame
]
// automatically generated by the FlatBuffers compiler, do not modify
export
var
LongEnum
;
(
function
(
LongEnum
)
{
LongEnum
[
"LongOne"
]
=
"2"
;
LongEnum
[
"LongTwo"
]
=
"4"
;
LongEnum
[
"LongBig"
]
=
"1099511627776"
;
})(
LongEnum
||
(
LongEnum
=
{}));