| | |
| | | //-------------------------------------------------------- |
| | | // [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
|
| | |
| | | ShieldUpdate((int)info.PlayerID, (int)info.ExAttr4);
|
| | | }
|
| | | }
|
| | | } |
| | | |
| | | } |
| | | |
| | | |
| | | |
| | | }
|
| | |
|
| | | }
|
| | |
|
| | |
|
| | |
|