少年修仙传客户端基础资源
client_Hale
2018-10-13 61b861e120ff49d08d6e446910ebb3c103e5de94
Assets/Editor/Actor/NpcResourcesBuilder.cs
@@ -21,6 +21,10 @@
        {
            for (int i = 0; i < _item.showNpcs.Length; i++)
            {
                if(_item.showNpcs[i] == 0)
                {
                    continue;
                }
                _npcModel = Config.Instance.Get<NPCConfig>(_item.showNpcs[i]);
                if (_npcModel == null)
                {