Almost Final Version
This commit is contained in:
@ -4,5 +4,7 @@ public interface ICharacter
|
||||
{
|
||||
Character GetCharacter { get; }
|
||||
void ResetCharacter();
|
||||
|
||||
void GetDamage(int damage);
|
||||
event Action<bool> OnDeathEvent;
|
||||
}
|
Reference in New Issue
Block a user