コード例 #1
0
 public void DestroyHotUpgradeView()
 {
     if (m_view != null)
     {
         Invoke("EnterGame", 1.2f);
         m_view.TweenComplete();
     }
 }