public PlayerCollection(ServerContainer Server) { this.Server = Server; Reload(); }
public void Add(ServerContainer server) => List.Add(server);