dev
Documentation icon Module documentation
[create]

The documentation for this module is missing. Click here to create it.

--<nowiki>

local p = {}

-- Expansions
local NO_DLC = "no expansion"
local SOTV = "SotV"
local SOTS = "SotS"
local ALL = "All"

local Environments = {}


p.Environments = Environments
p.NO_DLC = NO_DLC
p.SOTV = SOTV
p.ALL = ALL

return p

--</nowiki>