Ejemplo n.º 1
0
 public override void Deserialize(ICustomDataInput reader)
 {
     base.Deserialize(reader);
     AllianceInformations_ = new AllianceInformations();
     AllianceInformations_.Deserialize(reader);
     Aggressable = reader.ReadByte();
 }
Ejemplo n.º 2
0
 public override void Deserialize(ICustomDataInput reader)
 {
     base.Deserialize(reader);
     Alliance = new AllianceInformations();
     Alliance.Deserialize(reader);
 }