Ejemplo n.º 1
0
 public void SetData(NrCharEquipPart pclinfo)
 {
     for (int i = 0; i < 6; i++)
     {
         this.m_nPartUnit[i] = pclinfo.m_nPartUnit[i];
     }
 }
Ejemplo n.º 2
0
 public NrCharPartInfo()
 {
     this.m_kBasePart  = new NrCharBasePart();
     this.m_kEquipPart = new NrCharEquipPart();
     this.Init();
 }