Fixed a compile problem
This commit is contained in:
parent
ba3daada90
commit
e1c0fa7a48
2 changed files with 5 additions and 1 deletions
|
|
@ -51,6 +51,11 @@ public abstract class MapEntity extends Unit{
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Sound getAttackSound() {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Sound getMoveSound() {
|
public Sound getMoveSound() {
|
||||||
return null;
|
return null;
|
||||||
|
|
|
||||||
|
|
@ -31,5 +31,4 @@ public class Stone extends MapEntity{
|
||||||
public Entity getSprite() {
|
public Entity getSprite() {
|
||||||
return stone;
|
return stone;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue