补充上一条

...
This commit is contained in:
2025-08-19 03:24:22 +08:00
parent 626808fde9
commit bda98b0cce
3 changed files with 78 additions and 36 deletions

View File

@ -81,9 +81,13 @@ function CookManager:CheckFinishStatus()
end
function CookManager:AddCookMaterial(cook_material_id, is_auto_push)
local BusyGamePlayLibrary = import("BusyGamePlayLibrary")
local config = Utils.GetDataTableConfig(
"CookMaterialStateConfig", cook_material_id
)
BusyGamePlayLibrary.SetTest(config)
print("?>????", config)
if not config then
print("ERROR: can't find ", cook_material_id, " in CookMaterialStateConfig")
return