Beispiel #1
0
 /// <summary>
 /// 显示地上地下接口
 /// </summary>
 /// <param name="ground"></param>
 public void showGround(string ground)
 {
     Debug.Log("通过当前地上或地下显示地上地下");
     elementContainer.ShowGround(ground);
 }