Exemplo n.º 1
0
 public Character(GameController theGameController)
 {
     this.myGameController = theGameController;
 }
Exemplo n.º 2
0
 public Minotaur(GameController theGameController)
     : base(theGameController)
 {
 }
Exemplo n.º 3
0
 public Theseus(GameController theGameController)
     : base(theGameController)
 {
 }