namespace ThirdParty.DownloadSystem { public class SliderData { public float maxValue; public System.Func<float> CcurrValue; } }