[HOTFIX] 타이머 일시정지 코드 누락 수정
This commit is contained in:
parent
b1dd4aefbc
commit
7c5dc21e3d
@ -530,6 +530,12 @@ public partial class GameLogic : IDisposable
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 타이머 일시정지
|
||||||
|
private void TimerPause() => FioTimer.PauseTimer();
|
||||||
|
|
||||||
|
// 타이머 일시정지 해제
|
||||||
|
private void TimerUnpause() => FioTimer.StartTimer();
|
||||||
|
|
||||||
// 이전에 표시된 금수 마크 제거
|
// 이전에 표시된 금수 마크 제거
|
||||||
private void ClearForbiddenMarks()
|
private void ClearForbiddenMarks()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user