| System/FairyAu/UnionTaskModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/FairyAu/UnionTaskModel.cs
@@ -3,7 +3,7 @@ using System.Collections.Generic; using TableConfig; public class UnionTaskModel : Model public class UnionTaskModel : Model,IBeforePlayerDataInitialize { private FuncConfigConfig _tagFuncModel; public Action RefreshLivenScoreEvent; @@ -13,6 +13,14 @@ SetUnionLivenReward(); SetUnionLivenScore(); } public void OnBeforePlayerDataInitialize() { taskInfoDict.Clear(); curLivenScore = 0; } public override void UnInit() {