Пример #1
0
 /// <summary>
 ///     ��ʼ������
 /// </summary>
 private void LoadTableData()
 {
     this.buffCfg = new BuffCfg("Buff");
     this.equipmentCfg = new EquipmentCfg("Equipment");
     this.goodsCfg = new GoodsCfg("Goods");
     this.monsterCfg = new MonsterCfg("Monster");
     this.monsterSkillCfg = new MonsterSkillCfg("MonsterSkill");
     this.skillCfg = new SkillCfg("Skill");
     foreach (TableDataBase t in mLoadTables)
     {
         ResMgr.Instance.Load(t.TableName, t);
     }
 }