示例#1
0
 // Use this for initialization
 void Start()
 {
     all = (alldata)Resources.Load("assetdata/New Alldata");
     all.ablestage++;
     mapdata = all.stage[all.ablestage].mapdata;
     mapdata.thisstagenomber = all.ablestage;
     mapdata.mapitem.Clear();
     mapdata.hantei.Clear();
 }
示例#2
0
 // Use this for initialization
 void Start()
 {
     all = (alldata)Resources.Load("assetdata/New Alldata");
 }