Newer
Older
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ScrollClickedScript: MonoBehaviour
{
public Scroll scroll;
this.DetailScreen.GetComponent<ScrollDetails>().setScroll(this.scroll);