Пример #1
0
 public Character(GameController theGameController)
 {
     this.myGameController = theGameController;
 }
Пример #2
0
 public Minotaur(GameController theGameController)
     : base(theGameController)
 {
 }
Пример #3
0
 public Theseus(GameController theGameController)
     : base(theGameController)
 {
 }