Exemplo n.º 1
0
 public override void Deserialize(IDataReader reader)
 {
     base.Deserialize(reader);
     this.allianceInformations = new AllianceInformations();
     this.allianceInformations.Deserialize(reader);
     this.aggressable = reader.ReadSByte();
 }
Exemplo n.º 2
0
 public override void Deserialize(IDataReader reader)
 {
     base.Deserialize(reader);
     this.alliance = new AllianceInformations();
     this.alliance.Deserialize(reader);
 }
Exemplo n.º 3
0
 public AlliancePrismInformation(sbyte typeId, sbyte state, int nextVulnerabilityDate, int placementDate, uint rewardTokenCount, AllianceInformations alliance) : base(typeId, state, nextVulnerabilityDate, placementDate, rewardTokenCount)
 {
     this.alliance = alliance;
 }
Exemplo n.º 4
0
 public HumanOptionAlliance(AllianceInformations allianceInformations, sbyte aggressable)
 {
     this.allianceInformations = allianceInformations;
     this.aggressable          = aggressable;
 }
 public TaxCollectorStaticExtendedInformations(uint firstNameId, uint lastNameId, GuildInformations guildIdentity, AllianceInformations allianceIdentity) : base(firstNameId, lastNameId, guildIdentity)
 {
     this.allianceIdentity = allianceIdentity;
 }