12 lines
202 B
Lua
12 lines
202 B
Lua
|
-- automatically generated by the FlatBuffers compiler, do not modify
|
||
|
|
||
|
-- namespace: Example
|
||
|
|
||
|
local Race = {
|
||
|
None = -1,
|
||
|
Human = 0,
|
||
|
Dwarf = 1,
|
||
|
Elf = 2,
|
||
|
}
|
||
|
|
||
|
return Race -- return the module
|