Ejemplo n.º 1
0
    //private Atlas hammer2ShopItemsAtlas;


    // Use this for initialization
    void Start()
    {
        adManager = FindObjectOfType <IronSourceAdManager>();
        //hammer2ShopItemsAtlas = AtlasManager.hammer2ShopItemsAtlas;
        SelectPowerUp();
    }
Ejemplo n.º 2
0
 void Awake()
 {
     instance = this;
     DontDestroyOnLoad(gameObject);
 }