Пример #1
0
 public void GoBack()
 {
     ViewSwitcher.GoBack();
     _activeView = ViewSwitcher.ActiveView().GetComponent <GenericMultiProductShopView>();
     OnViewChanged();
 }