뽑기 중 기존 등급 남아있는 거 제거

This commit is contained in:
Ino 2025-09-23 18:01:29 +09:00
parent 23916bb363
commit 2ba21b88ec
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ public class GachaUI : uScrollViewMgr
IEnumerator Co_Gacha() IEnumerator Co_Gacha()
{ {
DSUtil.InActivateGameObjects(gos_grade);
m_GachaAnim.Play("Gacha"); m_GachaAnim.Play("Gacha");
SoundInfo.Ins.Play_OneShot((eSound)Random.Range(12, 14)); SoundInfo.Ins.Play_OneShot((eSound)Random.Range(12, 14));