Exemplo n.º 1
0
 public void PickUpAttachment(Blueprint b)
 {
     ClearHeldAttachment ();
     Debug.Log ("Picking up Attachment");
     GameObject g = b.CreateGameObject ();
     heldAttachment = g;
     holdingAttachment = true;
 }