Files
Gruppe-01-fin/Projekte/mdga/model/src/main/java/pp.mdga/notification/DiceNowNotification.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

14 lines
206 B
Java

package pp.mdga.notification;
/**
* Notification that the dice is now.
*/
public class DiceNowNotification extends Notification {
/**
* Constructor.
*/
DiceNowNotification() {
}
}