SwingWorker<TypedObject, String> requestWorker;
SwingWorker<Object, String> assetLoaderWorker;
public MainController() {
this.initializeWorkers();
this.view = new MainView();
this.setView(this.view);
this.view.customGameButton.addActionListener(this);
this.view.profileButton.addActionListener(this);
this.view.championsButton.addActionListener(this);
this.view.storeButton.addActionListener(this);