facade and gui ordnerstruktur hinzugefügt

feature/GUI
dustineversmann 2024-12-10 15:13:47 +01:00
parent 10fd42233b
commit daedc2bf63
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
package de.deversmann.facade;
public class Facade {
}

View File

@ -0,0 +1,4 @@
package de.deversmann.gui;
public class Spielfeld {
}