Basic job implementation #5
@@ -1,7 +1,6 @@
|
|||||||
import Job.Job;
|
import Job.Job;
|
||||||
|
|
||||||
public class Player extends Character implements Movable {
|
public class Player extends Character implements Movable {
|
||||||
|
|
||||||
protected Job job;
|
protected Job job;
|
||||||
public Player(String name, Job job) {
|
public Player(String name, Job job) {
|
||||||
super(name);
|
super(name);
|
||||||
@@ -12,7 +11,6 @@ public class Player extends Character implements Movable {
|
|||||||
super(name);
|
super(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void moveTo(Position position) {
|
public void moveTo(Position position) {
|
||||||
setPosition(position);
|
setPosition(position);
|
||||||
|
|||||||
Reference in New Issue
Block a user