public virtual void OnInit() { Store = GetComponent <UIItemsManager>(); Store.Parent = Group.transform; }
private void Awake() { ItemStore = GetComponent <UIItemsManager>(); ItemStore.Parent = Groups; }