edit | blame | history | raw
clicli.const.PlayerAttr = clicli.const.PlayerAttr or {}

clicli.const.PlayerAttr["gold"] = "official_res_1"

---@enum(key, partial) clicli.Const.PlayerAttr
---@diagnostic disable-next-line: inject-field
clicli.const.CustomPlayerAttr = {
    ["gold"] = "official_res_1",
}