fix: 아이콘이 정상적으로 출력되지 않는 오류 수정

This commit is contained in:
aube.lee
2025-03-10 01:50:20 +09:00
parent d5d56ca8cc
commit 9e925a6c86
19 changed files with 67 additions and 59 deletions

View File

@@ -97,7 +97,7 @@ namespace TON
// UpdateUI();
});
}
public void UseGold(int amount, System.Action<bool> callback)
public void UseGold(int amount, System.Action<bool> callback = null)
{
if (goldAmount - amount < 0)
{