示例#1
0
        private void UpdatePlayerItemList()
        {
            if (playItemRoot == null || playItemModel == null || playPool == null)
            {
                return;
            }

            playPool.DespawnAllGo();
            playMarkUtil.UpdatePlayList();
        }