Exemple #1
0
    public void DeactivateHitBox()
    {
        HitBox hitBox = FindObjectOfType <HitBox>();

        hitBox.Deactive();
    }