Exemplo n.º 1
0
 public override void Deserialize(IDataReader reader)
 {
     base.Deserialize(reader);
     AllianceInfos = new BasicNamedAllianceInformations();
     AllianceInfos.Deserialize(reader);
 }
Exemplo n.º 2
0
 public AlliancedGuildFactSheetInformations(BasicNamedAllianceInformations AllianceInfos)
 {
     this.AllianceInfos = AllianceInfos;
 }