예제 #1
0
 public override void Deserialize(ICustomDataReader reader)
 {
     this.PaddockInfo = new PaddockContentInformations();
     this.PaddockInfo.Deserialize(reader);
 }
예제 #2
0
 public GuildPaddockBoughtMessage InitGuildPaddockBoughtMessage(PaddockContentInformations PaddockInfo)
 {
     this.PaddockInfo = PaddockInfo;
     return(this);
 }