public CHAR_SHAPE_INFO()
 {
     this.nFaceCharKind      = 0;
     this.nFaceGrade         = 0;
     this.kPartInfo          = new NrCharPartInfo();
     this.nFaceCharSolID     = 0L;
     this.nFaceCostumeUnique = 0;
 }
 public void Set(NrCharPartInfo pkInfo)
 {
     this.m_kBasePart.SetData(pkInfo.m_kBasePart);
     this.m_kEquipPart.SetData(pkInfo.m_kEquipPart);
 }