Adds EditSkills view bound to the monster view model's skills.

This commit is contained in:
2021-03-21 16:18:04 -07:00
parent e25e37c871
commit 861bae24d6
7 changed files with 178 additions and 15 deletions

View File

@@ -39,6 +39,10 @@ struct EditMonster: View {
NavigationLink(
"Saving Throws",
destination: EditSavingThrows(monsterViewModel: monsterViewModel))
NavigationLink(
"Skills",
destination: EditSkills(monsterViewModel: monsterViewModel))
}
.onAppear(perform: copyMonsterToLocal)
.toolbar(content: {