feat: 인게임 플레이 시간 노출하도록 조건 추가

This commit is contained in:
aube.lee
2025-02-26 21:31:36 +09:00
parent c0f4ace138
commit 4c480241ab
4 changed files with 399 additions and 20 deletions

View File

@@ -34,7 +34,7 @@ namespace TON
{
goldObject.SetActive(false);
fishObject.SetActive(false);
inventoryObject.SetActive(true);
inventoryObject.SetActive(false);
settingObject.SetActive(false);
parseObject.SetActive(true);
}