bunch of revisions, still in progress
This commit is contained in:
@@ -29,22 +29,6 @@ public class Player {
|
||||
this.debt = player.debt;
|
||||
}
|
||||
|
||||
public Player(){
|
||||
|
||||
}
|
||||
|
||||
public Player(Player player){
|
||||
this.bank = player.bank;
|
||||
this.money = player.money;
|
||||
this.opiumHeld = player.opiumHeld;
|
||||
this.silkHeld = player.silkHeld;
|
||||
this.generalHeld = player.generalHeld;
|
||||
this.armsHeld = player.armsHeld;
|
||||
this.location = player.location;
|
||||
this.guns = player.guns;
|
||||
this.HP = player.HP;
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
return name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user