Dev/client_koppe #1

Merged
fkoppe merged 22 commits from dev/client_koppe into development 2024-11-14 19:45:25 +01:00
Showing only changes of commit 7fa45f39c6 - Show all commits

View File

@@ -7,11 +7,11 @@ public class AnimationHandler {
private Animation animation = null; private Animation animation = null;
public AnimationHandler(MdgaApp app_) { public AnimationHandler(MdgaApp app) {
app = app_; this.app = app;
} }
public void playAnimation(AnimationType type) { public void playAnimation() {
} }