刀光预研

初步实现了刀光交互效果
This commit is contained in:
2025-08-27 00:56:05 +08:00
parent bda98b0cce
commit be6e40383d
24 changed files with 479 additions and 16 deletions

View File

@ -81,13 +81,9 @@ 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