using System; using System.Collections.Generic; using UnityEngine; public class ScrollerAnchor : MonoBehaviour { public List<ScrollGroup> groups; }