Fix attacks by player and enemy

This commit is contained in:
2025-02-06 03:33:25 -08:00
parent 4e6c545e81
commit 0cdae88952
31 changed files with 231 additions and 64 deletions

View File

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