Exemplo n.º 1
0
 public override void Deserialize(ICustomDataReader reader)
 {
     this.PaddockInfo = new PaddockContentInformations();
     this.PaddockInfo.Deserialize(reader);
 }
Exemplo n.º 2
0
 public GuildPaddockBoughtMessage InitGuildPaddockBoughtMessage(PaddockContentInformations PaddockInfo)
 {
     this.PaddockInfo = PaddockInfo;
     return(this);
 }