change: adding stats to combat movement

This commit is contained in:
Chris
2025-09-10 19:02:56 -04:00
parent c6917f6999
commit f0c7b8f863
3 changed files with 31 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
using UnityEngine;
public interface IEquipable
{
}
namespace Reset.Items{
public interface IEquipable{
}
}