private void resetView() { if (InventoryView != null) { InventoryView.Refresh(); } }
void OnHeroChanged(Hero hero) { _currentHero = hero; navigationEntries.ForEach(entry => entry.RefreshHero(_currentHero)); charInfoController.RefreshHero(_currentHero); inventoryView.Refresh(_currentHero); }