Added a player handler so the code look a bit better
This commit is contained in:
parent
34decd72e4
commit
c2a579788a
6 changed files with 167 additions and 15 deletions
|
|
@ -26,4 +26,6 @@ public abstract class GameEntity{
|
|||
public void move(int x, int y) {
|
||||
|
||||
}
|
||||
|
||||
public abstract void update();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue