This commit is contained in:
2025-05-13 19:13:58 +08:00
parent d729eff5c6
commit 696fd04680
287 changed files with 36501 additions and 36644 deletions

View File

@@ -1 +1,8 @@
using System.ComponentModel;
using Godot;
using Godot.Bridge;
[ScriptPath("res://Scripts/DebugMenu.cs")]
public partial class DebugMenu : LineEdit
{
}