Beispiel #1
0
 public override void Deserialize(IDataReader reader)
 {
     base.Deserialize(reader);
     GuildInformations = new GuildInformations();
     GuildInformations.Deserialize(reader);
 }
Beispiel #2
0
 public HumanOptionGuild(GuildInformations guildInformations)
 {
     GuildInformations = guildInformations;
 }