| | |
| | | public int BasicsDefense;//基础防御
|
| | | public int BasicsScoreAHit;//基础命中
|
| | | public int BasicsDodge;//基础闪避
|
| | | public long treasurePotentialSp
|
| | | {
|
| | | get
|
| | | {
|
| | | public long treasurePotentialSp {
|
| | | get {
|
| | | return ExAttr8 * (long)100000000 + ExAttr7;
|
| | | }
|
| | | }
|
| | |
| | | godWeaponLV_4 = (int)_serverInfo.ExAttr18;
|
| | | }
|
| | |
|
| | | public void UpdateData(HC103_tagMCExitCrossRealmRefresh serverInfo)
|
| | | {
|
| | | PlayerName = serverInfo.PlayerName;
|
| | | MapID = serverInfo.MapID;
|
| | | FBID = serverInfo.FBID;
|
| | | dungeonLineId = serverInfo.FuncLineID;
|
| | | PosX = serverInfo.PosX;
|
| | | PosY = serverInfo.PosY;
|
| | | HP = serverInfo.HP;
|
| | | }
|
| | |
|
| | | }
|