Add notifications

This commit is contained in:
Felix Koppe
2024-11-14 17:56:43 +01:00
parent 94ee786dc8
commit 5693817f9b
12 changed files with 43 additions and 9 deletions

View File

@@ -1,5 +0,0 @@
package pp.mdga.client;
public class ActionSynchronizer {
}

View File

@@ -0,0 +1,7 @@
package pp.mdga.client;
import pp.mdga.notification.Notification;
public class NotificationSynchronizer {
}