Added API placeholder files
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
local mapSaver = {}
|
||||
function mapSaver.Load(region)
|
||||
--empty
|
||||
print("map_saver.lua:mapSaver.Load(region)")
|
||||
end
|
||||
function mapSaver.Save(region)
|
||||
--empty
|
||||
print("map_saver.lua:mapSaver.Save(region)")
|
||||
end
|
||||
--TODO: create a flexible saving & loading system
|
||||
return mapSaver
|
||||
Reference in New Issue
Block a user