|
@@ -465,6 +465,9 @@ namespace GFGGame
|
|
|
case nameof(FirstChargeBonusView):
|
|
|
ViewManager.Show<FirstChargeBonusView>(param, goBackDatas, false);
|
|
|
break;
|
|
|
+ case nameof(ClothingSyntheticView):
|
|
|
+ ViewManager.Show<ClothingSyntheticView>(param, goBackDatas, false);
|
|
|
+ break;
|
|
|
default:
|
|
|
ViewManager.Show($"GFGGame.{jumpId}", null, goBackDatas, hideOther, true);
|
|
|
break;
|