Ejemplo n.º 1
0
 public PlayerList(User user) {
   this.user = user;
   this.ss = PlayerListScheme.getScheme();
   this.prefix = new String[60];
   this.suffix = new String[60];
   user.setPlayerList(this);
 }