void ContinueButton_OnClick() { OnContinueButtonClicked?.Invoke(); }
public void ContinueGame() { OnContinueButtonClicked?.Invoke(); }