开始开发大厅烹饪功能

This commit is contained in:
2025-08-01 00:33:26 +08:00
parent 608486444e
commit 44fc2371be
25 changed files with 360 additions and 2 deletions

View File

@ -5,6 +5,9 @@ function HearthMain:OnInitialized()
self.BtnBack.OnClicked:Add(function()
WidgetUtils.Hide(self, "HearthMain")
end)
self.BtnOpenRecipe.OnClicked:Add(function()
WidgetUtils.Show(self, "RecipeMenu")
end)
end