add gslt login option (#515)

(cherry picked from commit c81f139fe6b5de0c9f7a005dc2cbe576f4ca8f67)
This commit is contained in:
zznty
2022-10-13 20:01:05 +07:00
parent 067d8802b6
commit 17f97af52f
3 changed files with 40 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ namespace Torch
int FontSize { get; set; }
UGCServiceType UgcServiceType { get; set; }
bool EntityManagerEnabled { get; set; }
string LoginToken { get; set; }
void Save(string path = null);
}
}