Version 1.0 #40

Merged
j23f0779 merged 947 commits from development2 into main 2024-12-13 10:26:49 +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; package pp.mdga.client.Animation;
class EmptyAnimation implements Animation { class EmptyAnimation extends Animation {
@Override @Override
void play() { void play() {
//nothing //nothing

View File

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