Esempio n. 1
0
 public static void ReloadAssets()
 {
     AssetLoader.Init();
     SaberForgeConfig.LoadConfig();
     PartEditor.UpdateSabers();
     UIFunctions.UpdateAllPartLabels();
     UIFunctions.UpdateAllMatLabels();
 }
Esempio n. 2
0
 public void OnApplicationQuit()
 {
     SaberForgeConfig.SaveConfig();
 }
Esempio n. 3
0
 public void OnApplicationStart()
 {
     // check for CustomSabers Mod??
     AssetLoader.Init();
     SaberForgeConfig.LoadConfig();
 }