Example #1
0
    public void Grab(Movable movable)
    {
        if (movable != null)
        {
            movable.grapple = this;
        }

        state = State.Grabbing;

        thrower.Grab();
    }