This commit is contained in:
2026-05-30 01:05:14 +02:00
parent 9c7c414bc9
commit f2b3989910
19 changed files with 266 additions and 144 deletions

6
MyInput.cs Normal file
View File

@@ -0,0 +1,6 @@
using Godot;
namespace NodeWar;
[InputMap]
public static partial class MyInput;