Example #1
0
 protected SerializableCharacterSheetBase()
 {
     Attributes = new SerializableCharacterAttributes();
     m_skills = new Collection<SerializableCharacterSkill>();
     m_certificates = new Collection<SerializableCharacterCertificate>();
     m_employmentHistory = new Collection<SerializableEmploymentHistory>();
 }
Example #2
0
 protected SerializableCharacterSheetBase()
 {
     Attributes          = new SerializableCharacterAttributes();
     m_skills            = new Collection <SerializableCharacterSkill>();
     m_certificates      = new Collection <SerializableCharacterCertificate>();
     m_employmentHistory = new Collection <SerializableEmploymentHistory>();
 }