Replaced RoomData's hooks with Initialize API function
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
local mapSaver = {}
|
||||
function mapSaver.Load(region)
|
||||
--empty
|
||||
end
|
||||
function mapSaver.Save(region)
|
||||
--empty
|
||||
end
|
||||
--TODO: create a flexible saving & loading system
|
||||
return mapSaver
|
||||
Reference in New Issue
Block a user