public void Grab(GameObject grabbedThing) { m_holdingSomething = true; m_myHands.Attach(grabbedThing); }