Refactored ONeill into PlayerBase and Player

Change was needed because of updated specification.
This commit is contained in:
Bokros Bálint
2016-04-19 11:46:06 +02:00
parent db54dcdd1d
commit f45ed417ae
5 changed files with 142 additions and 134 deletions

View File

@ -1,7 +1,7 @@
package cicaprojekt;
public class Game {
private cicaprojekt.ONeill oneill;
private Player oneill;
private Dungeon dungeon;
private FlowOfTime flowoftime;