// Start is called before the first frame update void Start() { if (cursor == null) { cursor = GameObject.FindObjectOfType <WorldCursor>(); } ScrollFactHintEvent.AddListener(animateHint); NewAssignmentEvent.AddListener(newAssignmentTrigger); }
public void OnClickHintButton() { ScrollFactHintEvent.Invoke(this.ScrollParameterObject, factUri); }