自动化烹饪流程
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user