2026-05-06 15:07:56 +02:00

8 lines
114 B
C#

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