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