示例#1
0
 public void Switch()
 {
     if (_canSwitch)
     {
         TimeBehaviour.StartSlowMotion(0.6f);
         IsSwitching = true;
         _canSwitch  = false;
         _takeOverBehaviour.ReturnToNormal();
     }
 }