This commit is contained in:
2026-09-10 10:59:31 +03:00
commit 6c5c717e32
28 changed files with 1059 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
var modPanel = FindNode<Control>("Lastground");
if (modPanel == null)
return;
var dinner = modPanel.GetNodeOrNull<Mods.Cooking.Rations.RationStatisticsPanel>("RationStatistics");
if (dinner != null)
dinner.QueueFree();