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