コード例 #1
0
 public void ShowFailWindow()
 {
     _inGameWindow.Hide();
     StartCoroutine(DelayedWindow(_failWindow));
 }