This commit is contained in:
2026-01-31 23:24:13 +02:00
parent be0c819c8b
commit 12c1360ae7
58 changed files with 1902 additions and 238 deletions
+6
View File
@@ -0,0 +1,6 @@
using Godot;
public partial class EnemyArea : Area2D
{
[Export] public Enemy Enemy { get; set; }
}