Saving of enemies

This commit is contained in:
2020-03-09 17:47:26 +01:00
parent e85f4a1adb
commit 13a87b7094
4 changed files with 34 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
using System;
using System.Collections.Generic;
using EstusShots.Client;
using EstusShots.Gtk.Dialogs;
using Gdk;
@@ -56,7 +57,7 @@ namespace EstusShots.Gtk
private void NavigationOnSwitchPage(object o, SwitchPageArgs args)
{
if (!(args.Page is Box appPage)) return;
if (appPage == _enemiesPage) EnemiesPageNavigatedTo();
}
private void ExceptionManagerOnUnhandledException(UnhandledExceptionArgs args)