Exemplo n.º 1
0
 //用于UI点击事件触发的方法
 public void Select()
 {
     theController.GetComponent <thePlot> ().playTheItem(this.theItem);
     theController.GetComponent <textController> ().openTEXT();
     theController.shutSelect();
 }