|
@@ -235,10 +235,10 @@ namespace GFGGame
|
|
|
isOpen = false;
|
|
|
|
|
|
});
|
|
|
- List<string> list = new List<string>();
|
|
|
- list.Add("GFGGame.ClothingShopView");
|
|
|
- list.Add("GFGGame.LuckyBoxView");
|
|
|
- ViewManager.Show<FunctionOpenView>(list);
|
|
|
+ // List<string> list = new List<string>();
|
|
|
+ // list.Add("GFGGame.ClothingShopView");
|
|
|
+ // list.Add("GFGGame.LuckyBoxView");
|
|
|
+ // ViewManager.Show<FunctionOpenView>(list);
|
|
|
}
|
|
|
|
|
|
|