Exemplo n.º 1
0
    private void Awake()
    {
        shopBundlePack = LoadResourceController.GetShopBundleCollection();
        shopRawPack    = LoadResourceController.GetShopRawPackCollection();

        rawPrefabs        = LoadResourceController.GetRawPackView();
        bundleItemPrefabs = LoadResourceController.GetBundleItemView();

        InitBundleItems();
        InitRawPacks();
    }