Change folder name

This commit is contained in:
Sardelka
2022-06-06 18:27:19 +08:00
parent a1dda2ffa4
commit fa80b87f7a
75 changed files with 13 additions and 13 deletions

View File

@ -1,16 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RageCoop.Server
{
internal class FileTransfer
{
public int ID { get; set; }
public float Progress { get; set; }
public string Name { get; set; }
public bool Cancel { get; set; }=false;
}
}