Made every appropriate Text and Logic class
This commit is contained in:
10
src/text/RandomEventText.java
Normal file
10
src/text/RandomEventText.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package text;
|
||||
|
||||
import logic.Player;
|
||||
|
||||
public class RandomEventText extends Player {
|
||||
public RandomEventText(Player player) {
|
||||
Player playerDummy = new Player(player);
|
||||
setPlayer(playerDummy);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user