Skip to content
Snippets Groups Projects

merging player for integration testing

Merged Scherbaum Maximilian requested to merge player into development
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -5,6 +5,7 @@ module gui {
requires org.apache.logging.log4j;
opens de.hdm_stuttgart.battlearena to javafx.fxml;
opens de.hdm_stuttgart.battlearena.Controller to javafx.fxml;
exports de.hdm_stuttgart.battlearena.Main;
exports de.hdm_stuttgart.battlearena.Controller;
}
Loading