|
@@ -222,6 +222,7 @@ namespace GFGGame
|
|
ActivitySProxy.ReqDailyLoginInfos().Coroutine();
|
|
ActivitySProxy.ReqDailyLoginInfos().Coroutine();
|
|
NoticeSProxy.ReqSystemNoticeList().Coroutine();
|
|
NoticeSProxy.ReqSystemNoticeList().Coroutine();
|
|
StudioSProxy.ReqStudioInfos().Coroutine();
|
|
StudioSProxy.ReqStudioInfos().Coroutine();
|
|
|
|
+ MailSProxy.ReqMailCount().Coroutine();
|
|
|
|
|
|
EquipDataCache.cacher.autoPlay = StorageDataManager.Instance.GetStorageValue(ConstStorageId.STORAGE_AUTO_PLAY) <= 0 ? false : true;
|
|
EquipDataCache.cacher.autoPlay = StorageDataManager.Instance.GetStorageValue(ConstStorageId.STORAGE_AUTO_PLAY) <= 0 ? false : true;
|
|
EquipDataCache.cacher.fightSpeed = StorageDataManager.Instance.GetStorageValue(ConstStorageId.STORAGE_AUTO_PLAY_SPEED) <= 1 ? 1 : StorageDataManager.Instance.GetStorageValue(ConstStorageId.STORAGE_AUTO_PLAY_SPEED);
|
|
EquipDataCache.cacher.fightSpeed = StorageDataManager.Instance.GetStorageValue(ConstStorageId.STORAGE_AUTO_PLAY_SPEED) <= 1 ? 1 : StorageDataManager.Instance.GetStorageValue(ConstStorageId.STORAGE_AUTO_PLAY_SPEED);
|
|
@@ -238,11 +239,7 @@ namespace GFGGame
|
|
ViewManager.Show<FieldFightEndView>();
|
|
ViewManager.Show<FieldFightEndView>();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- bool result2 = await MailSProxy.ReqMailCount();
|
|
|
|
- if (result2)
|
|
|
|
- {
|
|
|
|
- MailSProxy.ReqMailList(0, MailDataManager.Instance.TotolCount, true).Coroutine();
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|