mirror of
https://github.com/veden/Rampant.git
synced 2024-12-26 20:54:12 +02:00
3a9f5b05cd
separate cost
26 lines
478 B
Lua
26 lines
478 B
Lua
globals = {
|
|
"mods",
|
|
"game",
|
|
"util",
|
|
"data",
|
|
"remote",
|
|
"settings",
|
|
"commands",
|
|
"global",
|
|
"rendering",
|
|
"table_size",
|
|
"script",
|
|
"defines",
|
|
"ProcessorG",
|
|
"ConstantsG",
|
|
"ChunkPropertyUtilsG",
|
|
"ChunkUtilsG",
|
|
"MapUtilsG",
|
|
"MathUtilsG",
|
|
"SquadG",
|
|
"unitUtilsG",
|
|
"BaseUtilsG",
|
|
"UtilsG"
|
|
}
|
|
|
|
max_line_length = false |