namespace DuloGames.UI { public interface IUIProgressBar { float fillAmount { get; set; } } }