Exemplo n.º 1
0
 public bool IsHoldingThisObject(PickupController itemToCheck)
 {
     return(m_CurrentCubeScript.Equals(itemToCheck));
 }