コード例 #1
0
 public override void DisplayDiceRoll(TylerButler.Kingsburg.Core.Player p, TylerButler.Kingsburg.Core.DiceCollection roll)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public override void DisplayEnemyInfo(TylerButler.Kingsburg.Core.Enemy enemy)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public override Advisor DisplayChooseAdvisorToInfluence(TylerButler.Kingsburg.Core.Player p)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public override DiceCollection DisplayChooseDice(TylerButler.Kingsburg.Core.Player p, TylerButler.Kingsburg.Core.Advisor a)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public override void DisplayKingsReward(TylerButler.Kingsburg.Core.PlayerCollection players)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
 public override void DisplayCathedralBonus(TylerButler.Kingsburg.Core.Player p, int VPEarned)
 {
     throw new NotImplementedException();
 }
コード例 #7
0
 public override void DisplaySoldierRecruitment(TylerButler.Kingsburg.Core.Player p)
 {
     throw new NotImplementedException();
 }
コード例 #8
0
 public override void DisplayInfluenceAdvisor(TylerButler.Kingsburg.Core.Advisor a, TylerButler.Kingsburg.Core.Player p, out List<object> returnData)
 {
     throw new NotImplementedException();
 }
コード例 #9
0
 public override void DisplayPlayerOrder(TylerButler.Kingsburg.Core.PlayerCollection order)
 {
     throw new NotImplementedException();
 }
コード例 #10
0
 public override int DisplayRecruitSoldiers(TylerButler.Kingsburg.Core.Player p)
 {
     throw new NotImplementedException();
 }
コード例 #11
0
 public override void DisplayPhaseInfo(TylerButler.GameToolkit.Phase phase)
 {
     InformationDisplayForm idf = new InformationDisplayForm(phase.Title, phase.Description);
     idf.ShowDialog();
 }
コード例 #12
0
 public override void DisplayPeekAtEnemy(TylerButler.Kingsburg.Core.Player p)
 {
     throw new NotImplementedException();
 }
コード例 #13
0
 public override void DisplayMostGloriousVictory(TylerButler.Kingsburg.Core.Player p)
 {
     throw new NotImplementedException();
 }
コード例 #14
0
 public override void DisplayFarmBonus(TylerButler.Kingsburg.Core.Player p)
 {
     throw new NotImplementedException();
 }
コード例 #15
0
 public override void DisplayBattleResults(TylerButler.Kingsburg.Core.Player player, TylerButler.Kingsburg.Core.Enemy enemy, TylerButler.Kingsburg.Core.BattleResults battleResults)
 {
     throw new NotImplementedException();
 }
コード例 #16
0
 public override GoodsChoiceOptions DisplayGetTownHallChoice(TylerButler.Kingsburg.Core.Player p)
 {
     throw new NotImplementedException();
 }
コード例 #17
0
 public override Building DisplayBuildingCard(TylerButler.Kingsburg.Core.Player p, bool canBuild)
 {
     throw new NotImplementedException();
 }
コード例 #18
0
 public override void DisplayKingsAid(TylerButler.Kingsburg.Core.Player player)
 {
     throw new NotImplementedException();
 }
コード例 #19
0
 public override void DisplayPhaseInfo( TylerButler.GameToolkit.Phase phase )
 {
     throw new NotImplementedException();
 }