Module:GatheringData

From Against the Storm Official Wiki

Documentation for this module may be created at Module:GatheringData/doc

---@module GatheringData
local GatheringData = {}

local BaseDataModel = require("Module:BaseDataModel")
local DATA_FILE = "Module:GatheringData/GathererHuts.json"


-- Benchmarking: ~0.0000 seconds
local gatheringDataModel = BaseDataModel.new(DATA_FILE)

return gatheringDataModel