first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
public interface IDamageable
|
||||
{
|
||||
void TakeDamage(float amount, Vector3 hitPoint, Vector3 hitNormal);
|
||||
}
|
||||
Reference in New Issue
Block a user