Made every appropriate Text and Logic class
This commit is contained in:
@@ -3,6 +3,7 @@ package text;
|
||||
import logic.Player;
|
||||
|
||||
public class WarehouseText extends Player {
|
||||
|
||||
public WarehouseText(Player player) {
|
||||
Player playerDummy = new Player(player);
|
||||
setPlayer(playerDummy);
|
||||
|
||||
Reference in New Issue
Block a user