示例#1
0
 private void Start()
 {
     levelshow = GameObject.Find("levelShow").GetComponent <levelShow>();
     levelshow.ShowCurrentLevel(level);
 }