This commit is contained in:
Ino 2025-12-18 09:51:18 +09:00
parent fbe02f4085
commit 4d7d23be1a
1 changed files with 1 additions and 0 deletions

View File

@ -651,5 +651,6 @@ public class HorseRushPanel : AddrHandleBase
public void OnClick_GameLeave()
{
gameObject.SetActive(false);
DSUtil.InActivateGameObjects(gos_sexy);
}
}