fix: 아이콘이 정상적으로 출력되지 않는 오류 수정
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user