DownloadManager update (NOT DONE YET!)

This commit is contained in:
EntenKoeniq
2022-04-02 23:02:49 +02:00
parent 095c920f38
commit 7c194f38a6
3 changed files with 105 additions and 20 deletions

View File

@ -26,6 +26,7 @@ namespace CoopServer
private readonly Dictionary<string, object> CustomData = new();
private long CallbacksCount = 0;
internal readonly Dictionary<long, Action<object>> Callbacks = new();
internal bool FilesSent = false;
#region CUSTOMDATA FUNCTIONS
public void SetData<T>(string name, T data)