KKKKKK
This commit is contained in:
parent
2e0bfbf3bf
commit
71011aa33a
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ public abstract class GameEntity{
|
|||
public void setLife(int l){
|
||||
life = l;
|
||||
}
|
||||
public void move() {
|
||||
public void move(int x, int y) {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue