using System; public interface IHUDOwner { public event Action BoostUpdated; public event Action LifeUpdated; }