improved code style
This commit is contained in:
@@ -5,8 +5,8 @@
|
|||||||
public class Animation {
|
public class Animation {
|
||||||
private MdgaApp app;
|
private MdgaApp app;
|
||||||
|
|
||||||
Animation(MdgaApp app_) {
|
Animation(MdgaApp app) {
|
||||||
app = app_;
|
this.app = app;
|
||||||
}
|
}
|
||||||
|
|
||||||
void play() {
|
void play() {
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
public class AnimationHandler {
|
public class AnimationHandler {
|
||||||
private MdgaApp app;
|
private MdgaApp app;
|
||||||
|
|
||||||
public AnimationHandler(MdgaApp app_) {
|
public AnimationHandler(MdgaApp app) {
|
||||||
app = app_;
|
this.app = app;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void playAnimation() {
|
public void playAnimation() {
|
||||||
|
|||||||
Reference in New Issue
Block a user