choke: fix some little error

master
tiendat3699 2024-04-19 09:20:59 +07:00
parent a3868ead17
commit f7058cc47c
1 changed files with 3 additions and 1 deletions

View File

@ -28,6 +28,8 @@ namespace GadGame
{
_canvasGroup.DOKill();
_content.DOKill();
_mainFlow.OnReadyCountDown -= OnReadyCountdown;
_mainFlow.OnReady -= OnReady;
}
private async void OnReady(bool ready)