Errors
General
Example
local function config(augments, types)
local lores = {
{augments.hpLore13, types.hp, 100}
}
return lores
end
return configLast updated
local function config(augments, types)
local lores = {
{augments.hpLore13, types.hp, 100}
}
return lores
end
return configLast updated