薛之猫大王
2026-02-23 af74b152737e345cc59908bbceb87ff82a2f79a5
1
2
3
4
5
6
7
8
9
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",
}