Testmerge #5

Merged
j23f0712 merged 59 commits from development into dev/test 2024-11-17 15:20:54 +01:00
Showing only changes of commit 7fa45f39c6 - Show all commits

View File

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