コード例 #1
0
 static NormalSorter()
 {
     Instance = new NormalSorter();
     FoCsEditor.AddSortingMode(Instance);
 }
コード例 #2
0
 static SearchSorter()
 {
     Instance = new SearchSorter();
     FoCsEditor.AddSortingMode(Instance);
 }
コード例 #3
0
 static InvertedAlphaSorter()
 {
     Instance = new InvertedAlphaSorter();
     FoCsEditor.AddSortingMode(Instance);
 }
コード例 #4
0
 static AlphaSorter()
 {
     Instance = new AlphaSorter();
     FoCsEditor.AddSortingMode(Instance);
 }