EyeBossManager.chargedAnimation C# (CSharp) Method

chargedAnimation() private method

private chargedAnimation ( ) : void
return void
    void chargedAnimation()
    {
        GameObject chargedBeam   = GameObject.Find("chargedBeam");
        ParticleSystem animation = chargedBeam.GetComponent<ParticleSystem>();
        animation.Play();
    }