using System; public interface ICharacter { Character GetCharacter { get; } void ResetCharacter(); event Action OnDeathEvent; }