Refactored ONeill into PlayerBase and Player
Change was needed because of updated specification.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
package cicaprojekt;
|
||||
|
||||
public class Game {
|
||||
private cicaprojekt.ONeill oneill;
|
||||
private Player oneill;
|
||||
private Dungeon dungeon;
|
||||
private FlowOfTime flowoftime;
|
||||
|
||||
|
Reference in New Issue
Block a user