This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using System.Collections.Generic; | |
| namespace RGSMS.Utils | |
| { | |
| public class SortUtils | |
| { | |
| public static void Sort(ref int[] collection, bool increase = true) | |
| { | |
| int limit = collection.Length-1; | |
| int lastChangedIndex; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #region Namespaces | |
| using InControl; | |
| using UnityEngine; | |
| #endregion | |
| public class Joystick | |
| { | |
| // To Do: | |
| // - Commands: Steam Controller Buttons / Wii U Buttons | |
| // - Touch: PS4 / PS Vita / Wii U / Steam Controller |