Initial commit
This commit is contained in:
6
Moveable.java
Normal file
6
Moveable.java
Normal file
@@ -0,0 +1,6 @@
|
||||
public interface Moveable{
|
||||
int JUMP_HEIGHT = 10;
|
||||
|
||||
public void moveX(int moveX);
|
||||
public void moveY(int moveY);
|
||||
}
|
||||
Reference in New Issue
Block a user