mirror of
https://github.com/JuniorDark/RustyHearts-Launcher.git
synced 2026-05-07 13:31:45 -04:00
Version 1.2.0
This commit is contained in:
parent
9b3a0e00a2
commit
e74d93fab9
83 changed files with 110087 additions and 47507 deletions
|
|
@ -1,25 +0,0 @@
|
|||
namespace RHLauncher.RHLauncher
|
||||
{
|
||||
public class ProgressReport
|
||||
{
|
||||
public string? Label { get; set; }
|
||||
public int PercentComplete { get; set; }
|
||||
public string? FileName { get; set; }
|
||||
public string? ErrorMessage { get; set; }
|
||||
public long BytesDownloaded { get; set; }
|
||||
public long TotalBytesToDownload { get; set; }
|
||||
public double TotalSpeed { get; set; }
|
||||
public long TimeLeft { get; set; }
|
||||
public int NumFilesDownloaded { get; set; }
|
||||
public int TotalNumFiles { get; set; }
|
||||
public int NumFilesPacked { get; set; }
|
||||
public int NumFilesUnpacked { get; set; }
|
||||
public bool Panel { get; set; }
|
||||
public CancellationToken CancellationToken { get; set; }
|
||||
public bool ShowFileNameLabel { get; set; }
|
||||
public bool ShowSpeedLabel { get; set; }
|
||||
public bool ShowTimeLabel { get; set; }
|
||||
public bool ShowFileSizeLabel { get; set; }
|
||||
public bool ShowFileCountLabel { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue