自动化烹饪流程

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

@ -48,4 +48,13 @@ public:
UFUNCTION(BlueprintPure)
static bool GetLevelItemDescription(const FName& RowName, FBusyLevelItemDescription& RowData);
UFUNCTION(BlueprintPure)
static bool GetHomelandItemDescription(const FName& RowName, FBusyHomelandItemDescription& RowData);
UFUNCTION(BlueprintPure)
static bool GetItemDescription(const FName& RowName, FBusyItemDescription& RowData);
UFUNCTION(BlueprintPure)
static bool GetCookMaterialStateConfig(const FName& RowName, FBusyCookMaterialStateConfig& RowData);
};