chenxin
2020-11-21 1ac26c01ffdc426d1e5db2950260e97c540ad1ed
1
2
3
4
5
6
7
8
9
10
using UnityEngine;
using System.Collections;
 
namespace EnhancedScrollerDemos.JumpToDemo
{
    public class Data
    {
        public string cellText;
    }
}