Added a player handler so the code look a bit better

This commit is contained in:
Ziver Koc 2007-04-05 12:45:22 +00:00
parent 34decd72e4
commit c2a579788a
6 changed files with 167 additions and 15 deletions

View file

@ -26,4 +26,6 @@ public abstract class GameEntity{
public void move(int x, int y) {
}
public abstract void update();
}