Ejemplo n.º 1
0
 public override void Deserialize(ICustomDataInput reader)
 {
     base.Deserialize(reader);
     m_allianceInformations = new AllianceInformations();
     m_allianceInformations.Deserialize(reader);
     m_aggressable = reader.ReadByte();
 }
Ejemplo n.º 2
0
 public HumanOptionAlliance(AllianceInformations allianceInformations, byte aggressable)
 {
     m_allianceInformations = allianceInformations;
     m_aggressable          = aggressable;
 }