Exemplo n.º 1
0
 public void resume()
 {
     if (SettingAnimator.GetBool("onSetting"))
     {
         SettingAnimator.SetBool("onSetting", false);
         GameParameters.stateReverse();
     }
 }