Ejemplo n.º 1
0
        public override void Success()
        {
            questManager.questPointer.DestroyPointer(this.pointer);
            questManager.AddPoints(points);

            StopParticles();
            flameSound.Stop();
            extinguishSound.Play();

            DestroyPrefab();
            DestroySelf();
            questManager.AddFlamableTree(treeToBeBurnt);
        }