1
0
mirror of https://github.com/veden/Rampant.git synced 2024-12-28 21:08:22 +02:00
Rampant/libs/TunnelUtils.lua
2017-08-08 01:19:51 -07:00

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