mirror of
https://github.com/veden/Rampant.git
synced 2024-12-30 21:19:46 +02:00
15 lines
296 B
Lua
Executable File
15 lines
296 B
Lua
Executable File
local tunnelUtils = {}
|
|
|
|
function tunnelUtils.digTunnel(map, surface, natives, startChunk, endChunk)
|
|
|
|
end
|
|
|
|
function tunnelUtils.fillTunnel(map, surface, natives, tilePositions)
|
|
local tunnels = natives.tunnels
|
|
for i=1, #tunnels do
|
|
|
|
end
|
|
end
|
|
|
|
return tunnelUtils
|