Exemplo n.º 1
0
    void Start()
    {
        GetBulletsPoints();

        bossHp = GameManager.singleton.bossHp;
        bossHp.gameObject.SetActive(true);
        if (GameManager.singleton.endless)
        {
            Endless.singleton.CalculateBoss(this);
        }
        bossHp.Begin(hp);
    }