Example #1
0
 public void SetScrollView(CardEffectSliding view)
 {
     enhanceScrollView = view;
 }
 private void Awake()
 {
     _instance = this;
     _leftBtn  = GameObject.Find("LeftBtn").GetComponent <Button>();
     _rightBtn = GameObject.Find("RightBtn").GetComponent <Button>();
 }