Example #1
0
    public void OnLetGo(Container from)
    {
        if (!hoverObject)
        {
            return;
        }
        AttachPoint point = hoverObject.GetComponent <AttachPoint>();

        point.InteractWith(this);
    }