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