Esempio n. 1
0
    public void ActivateHitBox()
    {
        HitBox hitBox = FindObjectOfType <HitBox>();

        hitBox.Activate();
    }