using UnityEngine; public interface IPlayer { bool isDead { get; } }