Skip to content

Instantly share code, notes, and snippets.

@MCarlomagno
Last active October 24, 2020 11:52
Show Gist options
  • Save MCarlomagno/4aab7cd8ddd380a5ba3c71eab342cc5c to your computer and use it in GitHub Desktop.
Save MCarlomagno/4aab7cd8ddd380a5ba3c71eab342cc5c to your computer and use it in GitHub Desktop.
var saveTargetModels = async function() {
// DeepMortalKombatTraining is the mk game repository
await subzeroTargetModel.save('file:///home/marcos/Repositories/DeepMortalKombatTraining/models/subzeroModel');
await kanoTargetModel.save('file:///home/marcos/Repositories/DeepMortalKombatTraining/models/kanoModel');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment