public void deserialize(ByteArray data) { this.ASV2014_2839 = data.readUTF(); this.ASV2014_2171 = data.readByte(); this.battlegroundType = data.readByte(); this.battlegroundTokenAmount = data.readByte(); this._lostItems.deserialize(data); }
public void deserialize(ByteArray data) { this._userId = data.readInt(); this.userName = data.readUTF(); this._teamId = data.readByte(); }