/// <summary>
 /// 创建Player
 /// </summary>
 public void Create(GameObject player)
 {
     playerProxy.AddPlayer(player);
 }