Exemplo n.º 1
0
 public override void Deserialize(IDataReader reader)
 {
     base.Deserialize(reader);
     this.identification = ProtocolTypeManager.GetInstance <TaxCollectorStaticInformations>(reader.ReadUShort());
     this.identification.Deserialize(reader);
     this.guildLevel         = reader.ReadByte();
     this.taxCollectorAttack = reader.ReadInt();
 }
Exemplo n.º 2
0
 public GameRolePlayTaxCollectorInformations(double contextualId, EntityLook look, EntityDispositionInformations disposition, TaxCollectorStaticInformations identification, byte guildLevel, int taxCollectorAttack) : base(contextualId, look, disposition)
 {
     this.identification     = identification;
     this.guildLevel         = guildLevel;
     this.taxCollectorAttack = taxCollectorAttack;
 }