connections

This commit is contained in:
2026-05-20 16:34:39 +02:00
parent 70bba45b8a
commit 661e62e8b8
35 changed files with 1039 additions and 258 deletions

6
Autoloads.cs Normal file
View File

@@ -0,0 +1,6 @@
using Godot;
namespace NodeWar;
[Autoload]
public partial class Autoloads { }