示例#1
0
文件: Character.cs 项目: KittyA2/Game
 public Character(GameController theGameController)
 {
     this.myGameController = theGameController;
 }
示例#2
0
文件: Character.cs 项目: KittyA2/Game
 public Minotaur(GameController theGameController)
     : base(theGameController)
 {
 }
示例#3
0
文件: Character.cs 项目: KittyA2/Game
 public Theseus(GameController theGameController)
     : base(theGameController)
 {
 }