public override void Deserialize(ICustomDataReader reader) { this.Stats = new CharacterCharacteristicsInformations(); this.Stats.Deserialize(reader); }
public SlaveSwitchContextMessage InitSlaveSwitchContextMessage(double MasterId, double SlaveId, SpellItem[] SlaveSpells, CharacterCharacteristicsInformations SlaveStats, Shortcut[] Shortcuts) { this.MasterId = MasterId; this.SlaveId = SlaveId; this.SlaveSpells = SlaveSpells; this.SlaveStats = SlaveStats; this.Shortcuts = Shortcuts; return(this); }
public CharacterStatsListMessage InitCharacterStatsListMessage(CharacterCharacteristicsInformations Stats) { this.Stats = Stats; return(this); }