Do-44 [Style] Todo 추가
This commit is contained in:
commit
a7b6433cc5
@ -86,6 +86,7 @@ public class MainPanelController : MonoBehaviour
|
||||
GameManager.Instance.panelManager.RemoveCoinsPanelUI((() =>
|
||||
{
|
||||
GameManager.Instance.ChangeToGameScene(Enums.GameType.SinglePlay);
|
||||
//Todo: 게임 타입에 따라 다른 Scene 호출
|
||||
}));
|
||||
}
|
||||
|
||||
|
@ -208,10 +208,11 @@ public class PanelManager : MonoBehaviour
|
||||
{
|
||||
NetworkManager.Instance.DeductCoins((i) =>
|
||||
{
|
||||
//Todo: 감소된 코인 값으로 확장할 기능 추가
|
||||
|
||||
}, (s) =>
|
||||
}, (failMessage) =>
|
||||
{
|
||||
|
||||
Debug.Log(failMessage);
|
||||
});
|
||||
|
||||
_coinsPanel.RemoveCoins((() =>
|
||||
|
Loading…
x
Reference in New Issue
Block a user