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