public Character(GameController theGameController) { this.myGameController = theGameController; }
public Minotaur(GameController theGameController) : base(theGameController) { }
public Theseus(GameController theGameController) : base(theGameController) { }