public void SetActive(Lean.Touch.LeanFinger finger, PlayerEntity curPlayer)
    {
        if (_activeObject != null)
        {
            Destroy(_activeObject);
        }
        _activeObject = null;

        curPlayer.ActivateSpecialPower(_type.Type);
    }