|
@@ -127,10 +127,6 @@ namespace GFGGame
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
- if (!string.IsNullOrEmpty(_fightCfg.music))
|
|
|
|
- {
|
|
|
|
- MusicManager.Instance.Play(ResPathUtil.GetMusicPath(_fightCfg.music, "mp3"));
|
|
|
|
- }
|
|
|
|
_ui.m_compNeed.target.visible = _fightCfg.needItemId > 0 || _fightCfg.needSuitId > 0 || _fightCfg.needTagsArr.Length > 0;
|
|
_ui.m_compNeed.target.visible = _fightCfg.needItemId > 0 || _fightCfg.needSuitId > 0 || _fightCfg.needTagsArr.Length > 0;
|
|
if (_ui.m_compNeed.target.visible)
|
|
if (_ui.m_compNeed.target.visible)
|
|
{
|
|
{
|