Пример #1
0
 public NrPersonInfoUser()
 {
     this.m_kCharBasicPart          = new NrCharBasePart();
     this.m_kSubChar                = new NrSubCharHelper();
     this.m_nDifficulty             = 1;
     this.m_i64BattleSelectPersonID = 0L;
 }
Пример #2
0
 public void Set(NrSubCharHelper kSubCharHelper)
 {
     this.Init();
     for (int i = 0; i < 10; i++)
     {
         this.m_kSubCharList[i].SubCharKind = kSubCharHelper.GetSubCharKind(i);
         this.m_kSubCharList[i].SubChar     = null;
         if (0 < this.m_kSubCharList[i].SubCharKind)
         {
             this.m_bNeedMakeSubChar = true;
         }
     }
 }