first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace OTG.Lab06.Core
|
||||
{
|
||||
public interface IDamageable
|
||||
{
|
||||
Transform Transform { get; }
|
||||
bool IsAlive { get; }
|
||||
void TakeDamage(float amount);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user