public static void ShowLanguageSettings()
 {
     EditorInfoResolver.ShowInfo <LanguageEditorInfo>();
 }
 public static void ShowSetting()
 {
     EditorInfoResolver.ShowInfo <TaplighInfo>();
 }
Beispiel #3
0
 public static void ShowFortSettings()
 {
     EditorInfoResolver.ShowInfo <FortInfo>();
 }
 public static void ShowSetting()
 {
     EditorInfoResolver.ShowInfo <BacktoryInfo>();
 }