示例#1
0
 public new void Deserialize(IDataReader reader)
 {
     base.Deserialize(reader);
     AllianceInformations = new AllianceInformations();
     AllianceInformations.Deserialize(reader);
     Aggressable = reader.ReadByte();
 }
示例#2
0
 public new void Deserialize(IDataReader reader)
 {
     base.Deserialize(reader);
     AllianceIdentity = new AllianceInformations();
     AllianceIdentity.Deserialize(reader);
 }