| | |
| | | public uint chatBox; //扩展属性10,各项目专用 |
| | | public uint ExAttr11; //预留的扩展属性字段,用来存放项目特定的属性121 现金代币(代金券) |
| | | public uint ExAttr16; //预留的扩展属性字段,用来存放项目特定的属性 全身特效 |
| | | public uint ExAttr17; //账号状态 按位 4 封号 5禁言 6禁设备 |
| | | public uint ServerGroupId; //服务器组ID |
| | | public uint hangTime;//现为脱机挂剩余时间 23 |
| | | public uint faction; //阵营 107 |
| | |
| | | ExAttr11 = _serverInfo.ExAttr11; |
| | | leaveGuildInfo = (int)_serverInfo.ExAttr12; |
| | | ExAttr16 = _serverInfo.ExAttr16; |
| | | ExAttr17 = _serverInfo.ExAttr17; |
| | | ServerGroupId = _serverInfo.ExAttr13; |
| | | faction = _serverInfo.Faction; |
| | | coinPointTotal = _serverInfo.ChangeCoinPointTotal; |