Update AssetsDownloader.cs

This commit is contained in:
oxmc
2022-12-31 04:28:32 -08:00
committed by GitHub
parent 0027452b92
commit 0429d18c1d
+2
View File
@@ -33,6 +33,8 @@ namespace QuestAppLauncher
// If Github account is a org set this to true
public bool isorg = true;
public string GithubUrl = "";
// Rate limit in minutes
const int RateLimitInMins = 5;