Ejemplo n.º 1
0
 public override void Deserialize(ICustomDataReader reader)
 {
     this.PartyIdol = new PartyIdol();
     this.PartyIdol.Deserialize(reader);
 }
Ejemplo n.º 2
0
 public IdolPartyRefreshMessage InitIdolPartyRefreshMessage(PartyIdol PartyIdol)
 {
     this.PartyIdol = PartyIdol;
     return(this);
 }