Testmerge #5

Merged
j23f0712 merged 59 commits from development into dev/test 2024-11-17 15:20:54 +01:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit c83baac763 - Show all commits

View File

@@ -1,6 +1,6 @@
package pp.mdga.client.Animation;
class EmptyAnimation implements Animation {
class EmptyAnimation extends Animation {
@Override
void play() {
//nothing

View File

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