Example #1
0
 private void Show(GameData.ShopContents shopContents, Action onHide)
 {
     this.shopContents = shopContents;
     this.onHide       = onHide;
     gameObject.SetActive(true);
     Refresh();
 }
Example #2
0
 public static void Show_Static(GameData.ShopContents shopContents, Action onHide) => instance.Show(shopContents, onHide);