mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:27:22 +01:00
implement triangle check
This commit is contained in:
parent
6567c4deba
commit
81bb5885e9
13 changed files with 161 additions and 110 deletions
|
|
@ -18,5 +18,7 @@ public class DownloadFileTransfer : FileTransfer
|
|||
}
|
||||
get => Dto.Size;
|
||||
}
|
||||
|
||||
public long TotalRaw => Dto.RawSize;
|
||||
private DownloadFileDto Dto => (DownloadFileDto)TransferDto;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue