Add acoustics #2

Merged
fkoppe merged 30 commits from dev/client_koppe into dev_client 2024-11-16 18:21:21 +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 {
} }