Example #1
0
    void EnableGreenEffect()
    {
        if (sfInfoContainer[currState].interactables.Count <= 0)
        {
            return;
        }

        gParticle.transform.position = sfInfoContainer[currState].interactables[0].transform.position;
        gParticle.GetComponent <ParticleController>().PlayParticle();
    }