自动化烹饪流程

This commit is contained in:
2025-08-07 00:15:18 +08:00
parent 44fc2371be
commit b09eeeef18
30 changed files with 269 additions and 42 deletions

View File

@ -21,13 +21,20 @@ end
function _M.GetItemDescConfig(item_id)
return GetConfig("GetLevelItemDescription", item_id)
end
function _M.GetHomelandItemDesc(item_id)
return GetConfig("GetHomelandItemDescription", item_id)
end
function _M.GetRoleConfigByID(role_id)
return GetConfig("GetRoleConfig", role_id)
end
function _M.GetDataTableConfig(table_name, row_id)
return GetConfig("Get" .. table_name, row_id)
end
function _M.GetGameplayTag(name)
local tag = GameplayTag(name)
tag.TagName = name