2023-01-31 17:19:32 +00:00
|
|
|
module com.r0r5chach {
|
|
|
|
|
requires transitive javafx.graphics;
|
|
|
|
|
|
|
|
|
|
requires javafx.controls;
|
|
|
|
|
requires javafx.fxml;
|
|
|
|
|
|
|
|
|
|
opens com.r0r5chach to javafx.fxml;
|
|
|
|
|
exports com.r0r5chach;
|
2023-02-01 19:26:01 +00:00
|
|
|
exports com.r0r5chach.r6;
|
|
|
|
|
exports com.r0r5chach.valorant;
|
2023-01-31 17:19:32 +00:00
|
|
|
}
|