public Player(string id, Conn conn) { this.id = id; this.conn = conn; tempData = new PlayerTempData(); }