示例#1
0
 void Start()
 {
     if (!downloaded)
     {
         Download();
         staticVar.BuildSeriesData(member_infos);
     }
 }