void RegisterBookmark(GameObject augmentation) { if (tb != null) { tb.SendMessage("RegisterBookmarkToTarget", augmentation); } }