This commit is contained in:
2019-04-06 15:20:37 -06:00
parent 3beb1ff33d
commit 7f1e8a4be8
11 changed files with 384 additions and 901 deletions

9
src/loanSharkText.java Normal file
View File

@@ -0,0 +1,9 @@
public class loanSharkText extends Player{
public loanSharkText(Player player) {
Player playerDummy = new Player(player);
setPlayer(playerDummy);
}
public void loanMoney() {
}
}