ゲームリザルト修正
This commit is contained in:
parent
fa27d0dd1c
commit
90e019e7c3
|
|
@ -56,6 +56,7 @@ public class CookingResult : MonoBehaviour
|
|||
}
|
||||
else
|
||||
{
|
||||
successAction?.Invoke();
|
||||
centerOkButton.gameObject.SetActive(true);
|
||||
centerOkButton.OnClickAsObservable().Subscribe(_ =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue