syntax edits
This commit is contained in:
parent
5cdef751af
commit
4b03edd1e4
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -52,4 +52,4 @@ public class ViewPage {
|
|||
return FXCollections.observableArrayList(outputList);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue