GiantsTools/Giants.Launcher/Updater/UpdateInfo.cs

12 lines
223 B
C#

namespace Giants.Launcher
{
public class UpdateInfo
{
public int FileSize { get; set; }
public string FilePath { get; set; }
public ApplicationType ApplicationType { get; set; }
}
}