Ejemplo n.º 1
0
 void DropTheThing()
 {
     m_objectInHands.OnDropped(gameObject);
     m_objectInHands = null;
 }