| System/HappyXB/XBItemCell.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/HappyXB/XBItemCell.cs
@@ -54,8 +54,6 @@ XBGetItemConfig xbItemConfig = XBModel.GetXBItemConfigByType(xbType); if (xbItemConfig == null || xbItemConfig.LuckyGridNum != xbIndex) return; SoundPlayer.Instance.PlayUIAudio(67); StartCoroutine(BestItemFlashing(xbType)); }