少年修仙传客户端代码仓库
lwb
2021-02-25 0d7482d5a0e8bf082abfb4b5bfbfee03597cdc3a
System/CrossServerOneVsOne/OpponentInformation.cs
@@ -1,17 +1,17 @@
//--------------------------------------------------------
//    [Author]:           第二世界
//    [  Date ]:           Friday, December 28, 2018
//--------------------------------------------------------
//--------------------------------------------------------
//    [Author]:           第二世界
//    [  Date ]:           Friday, December 28, 2018
//--------------------------------------------------------
using System;
using System.Collections.Generic;
using Snxxz.UI;
using Snxxz.UI;
namespace Snxxz.UI
{
    [XLua.LuaCallCSharp]
    //对手信息
{
    //对手信息
    public class OpponentInformation : Singleton<OpponentInformation>
    {
        public int PlayerID { get; private set; }     // 玩家ID
@@ -45,9 +45,9 @@
                ShieldUpdate((int)info.PlayerID, (int)info.ExAttr4);
            }
        }
    }
}
    }
}