Files
Gruppe-01-fin/Projekte/mdga/model/src/main/java/pp.mdga/notification/GameNotification.java
Hanno Fleischer 44b623f9fd added all Notifications for the model view communication
added all required notifications with their content and getter methods.
2024-11-16 18:58:33 +01:00

13 lines
185 B
Java

package pp.mdga.notification;
/**
* GameNotification class
*/
public class GameNotification extends Notification{
/**
* Constructor
*/
GameNotification() {
}
}