//构造函数,给id和conn赋值 public Player(string id, Conn conn) { this.id = id; this.conn = conn; tempData = new PlayerTempData(); }