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