added: maru model, animations, and basic swinging

This commit is contained in:
Chris
2025-09-10 17:35:03 -04:00
parent d079e78068
commit c6917f6999
78 changed files with 101431 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
using UnityEngine;
public interface IDamageable{
public void TakeDamage();
}