public static void ReloadAssets() { AssetLoader.Init(); SaberForgeConfig.LoadConfig(); PartEditor.UpdateSabers(); UIFunctions.UpdateAllPartLabels(); UIFunctions.UpdateAllMatLabels(); }
public void OnApplicationStart() { // check for CustomSabers Mod?? AssetLoader.Init(); SaberForgeConfig.LoadConfig(); }