Fix error

This commit is contained in:
Felix
2024-11-14 19:36:53 +01:00
parent 6c7b58b415
commit c83baac763
2 changed files with 1 additions and 3 deletions

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 {
}