예제 #1
0
 public Player(string id, Conn conn)
 {
     this.id   = id;
     this.conn = conn;
     tempData  = new PlayerTempData();
 }