syntax edits

This commit is contained in:
Joshua Perry 2023-02-01 20:27:37 +00:00
parent 5cdef751af
commit 4b03edd1e4
3 changed files with 1 additions and 4 deletions

View File

@ -5,7 +5,6 @@ import com.r0r5chach.r6.R6Defender;
import com.r0r5chach.r6.R6Player;
import com.r0r5chach.valorant.ValorantAgent;
import com.r0r5chach.valorant.ValorantPlayer;
import javafx.scene.control.ChoiceBox;
import javafx.scene.control.TextField;
import javafx.scene.text.Text;

View File

@ -4,11 +4,9 @@ import java.net.URL;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.ResourceBundle;
import com.r0r5chach.r6.R6Attacker;
import com.r0r5chach.r6.R6Defender;
import com.r0r5chach.valorant.ValorantAgent;
import javafx.application.Platform;
import javafx.collections.FXCollections;
import javafx.fxml.FXML;