Dev/client_koppe #1

Merged
fkoppe merged 22 commits from dev/client_koppe into development 2024-11-14 19:45:25 +01:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit e96cd40302 - Show all commits

View File

@@ -5,8 +5,8 @@
public class Animation {
private MdgaApp app;
Animation(MdgaApp app_) {
app = app_;
Animation(MdgaApp app) {
this.app = app;
}
void play() {

View File

@@ -5,8 +5,8 @@
public class AnimationHandler {
private MdgaApp app;
public AnimationHandler(MdgaApp app_) {
app = app_;
public AnimationHandler(MdgaApp app) {
this.app = app;
}
public void playAnimation() {