示例#1
0
 public Player(string name, int rank)
 {
     this.name = name;
     this.rank = rank;
     this.ip   = IPv4.GetLocalIP();
 }