protected virtual void InitializeSelectableComponent() { SelectableComponent = gameObject.AddComponent <SelectableComponent>(); SelectableComponent.Initialize(this, gameObject.transform.Find("SelectionRim").gameObject); }