Exemplo n.º 1
0
 private void Update()
 {
     if (base.enabled)
     {
         this.UpdateRotate();
         if (Time.time > this.m_SendTime)
         {
             NmMotionBlurLoading.ToBattle();
         }
         if (Time.time > this.m_Time)
         {
             this.Release();
         }
     }
 }
Exemplo n.º 2
0
 public static void GoToNormalBattle()
 {
     NrSound.ImmedatePlay("UI_SFX", "BATTLE", "ENTER", true);
     NmMotionBlurLoading.ToBattle();
 }