1
0
mirror of https://github.com/veden/Rampant.git synced 2025-02-09 13:36:53 +02:00
Rampant/libs/TunnelUtils.lua

14 lines
306 B
Lua
Raw Normal View History

local tunnelUtils = {}
2016-08-21 14:48:55 -07:00
function tunnelUtils.digTunnel(regionMap, surface, natives, startChunk, endChunk)
end
2016-08-21 14:48:55 -07:00
function tunnelUtils.fillTunnel(regionMap, surface, natives, tilePositions)
local tunnels = natives.tunnels
for i=1, #tunnels do
end
end
return tunnelUtils