少年修仙传客户端基础资源
client_Wu Xijin
2019-02-13 ff7f4155ae99f589691b929f959caf5f284cfe12
Assets/Editor/Actor/NpcResourcesBuilder.cs
@@ -1,6 +1,6 @@
using UnityEngine;
using UnityEditor;
using TableConfig;
using System.Collections.Generic;
public class NpcResourcesBuilder : ResourcesBuilder
@@ -25,7 +25,7 @@
                {
                    continue;
                }
                _npcModel = Config.Instance.Get<NPCConfig>(_item.showNpcs[i]);
                _npcModel = NPCConfig.Get(_item.showNpcs[i]);
                if (_npcModel == null)
                {
                    continue;
@@ -42,7 +42,7 @@
        var realmConfigs = Config.Instance.GetAllValues<RealmConfig>();
        foreach (var _realmConfig in realmConfigs)
        {
            _npcModel = Config.Instance.Get<NPCConfig>(_realmConfig.BossID);
            _npcModel = NPCConfig.Get(_realmConfig.BossID);
            if (_npcModel == null)
            {
                continue;