Refactor Enemy

This commit is contained in:
2025-02-06 01:58:36 -08:00
parent badc6d2375
commit 4e6c545e81
38 changed files with 581 additions and 589 deletions

View File

@@ -1,5 +1,7 @@
using Chickensoft.GodotNodeInterfaces;
using GameJamDungeon;
using Godot;
using System;
public interface IHitbox : IArea3D
{