コード例 #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)
 {
 }