少年修仙传客户端代码仓库
client_Wu Xijin
2019-01-17 1c2fcff0e2c241b5db715cbb413cdbb281e3a0e5
System/CrossServerOneVsOne/CrossServerOneVsOnePkResult.cs
@@ -38,7 +38,7 @@
            this.RoundCount = pKOverInfo.RoundCount;
            this.RoundWinnerIDs = pKOverInfo.RoundWinnerID;
            this.AddScore = pKOverInfo.AddScore;
            this.CurScore = pKOverInfo.Score;
            this.CurScore = (int)pKOverInfo.Score;
            this.DanLV = pKOverInfo.DanLV;
            this.WinStreak = pKOverInfo.CWinCnt;
            this.VsPlayerName = pKOverInfo.TagName;