static NormalSorter() { Instance = new NormalSorter(); FoCsEditor.AddSortingMode(Instance); }
static SearchSorter() { Instance = new SearchSorter(); FoCsEditor.AddSortingMode(Instance); }
static InvertedAlphaSorter() { Instance = new InvertedAlphaSorter(); FoCsEditor.AddSortingMode(Instance); }
static AlphaSorter() { Instance = new AlphaSorter(); FoCsEditor.AddSortingMode(Instance); }