Last active
October 24, 2020 11:52
-
-
Save MCarlomagno/4aab7cd8ddd380a5ba3c71eab342cc5c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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