Beispiel #1
0
 /// <summary>
 /// 商品开始按钮
 /// </summary>
 private void PlayNow()
 {
     m_CubeManager.DistroyPlayer();
     SetPlayerInfo(Xmldata.shopList[index].Model);
     m_UIManager.PlayByThis();
 }