Skip to content
Snippets Groups Projects
Commit cdca1e3b authored by Tobias Schöner's avatar Tobias Schöner
Browse files

refactor: add to requiredComponents

parent 89b3e9a7
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
using UnityEngine;
using UnityEngine.EventSystems;
[RequireComponent(typeof(FactWrapper))]
[RequireComponent(typeof(FactWrapper), typeof(RectTransform), typeof(DragHandling))]
public class OpenFactExplorer : MonoBehaviour, IPointerClickHandler
{
#region Variables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment