added: maru model, animations, and basic swinging
This commit is contained in:
5
Assets/Scripts/Player/Combat/IDamageable.cs
Normal file
5
Assets/Scripts/Player/Combat/IDamageable.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
using UnityEngine;
|
||||
|
||||
public interface IDamageable{
|
||||
public void TakeDamage();
|
||||
}
|
||||
Reference in New Issue
Block a user