Almost Final Version

This commit is contained in:
2022-05-16 01:13:50 +07:00
parent bb6aea8720
commit 150efde055
47 changed files with 1120 additions and 4707 deletions

View File

@ -4,5 +4,7 @@ public interface ICharacter
{
Character GetCharacter { get; }
void ResetCharacter();
void GetDamage(int damage);
event Action<bool> OnDeathEvent;
}