oneRain 2021-04-19 17:11:41 +08:00
parent 52044b9071
commit 28e6890e94
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ namespace Storage.Test {
[SetUp]
public void SetUp() {
LCLogger.LogDelegate += Utils.Print;
LCApplication.Initialize(Utils.AppId, Utils.AppKey, Utils.AppServer, Utils.MasterKey);
LCApplication.UseMasterKey = true;
leaderboardName = $"Leaderboard_{DateTimeOffset.Now.DayOfYear}";