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,8 @@
fileFormatVersion: 2
guid: 3f97262ab9d9b0541b5e20e7e7673a7c
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

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

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: f7a90e7b5a2e47747a524df1a8b3bc78