gamebookengine
gamebookengine copied to clipboard
Deleting page from page list does not remove page from the list
When you're in the page list (in the game overview) and you go to a page and delete it, it doesn't remove it from the list properly, needs a delegate method or something
Oh, this explains this:
func deletedPage(_: Page) {}
Doesn't look like the delegate method deletedPage is actually called anywhere in the codebase, funny