adjusted for check style
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
package pp.mdga.client.Animation;
|
||||
|
||||
abstract class Animation {
|
||||
|
||||
abstract void play();
|
||||
|
||||
abstract void stop();
|
||||
|
||||
abstract boolean isOver();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user