Ejemplo n.º 1
0
 /// <summary>
 /// Toggles the flip of the controls
 /// </summary>
 public void toggleFlipControl()
 {
     if (swapControls.isOn)
     {
         PlayerPersistence.FlipControlsToggle(true);
     }
     else
     {
         PlayerPersistence.FlipControlsToggle(false);
     }
 }