コード例 #1
0
 public virtual void PrintBeMoreSpecific()
 {
     CommandImpl.PrintBeMoreSpecific();
 }
コード例 #2
0
 public virtual bool IsPrepEnabled(IPrep prep)
 {
     return(CommandImpl.IsPrepEnabled(prep));
 }
コード例 #3
0
 public virtual void RedirectToGetCommand <T>(IArtifact artifact, bool printTaking = true) where T : class, ICommand
 {
     CommandImpl.RedirectToGetCommand <T>(artifact, printTaking);
 }
コード例 #4
0
 public override bool ShouldPreTurnProcess()
 {
     return(CommandImpl.ShouldPreTurnProcess());
 }
コード例 #5
0
 public virtual string GetPrintedVerb()
 {
     return(CommandImpl.GetPrintedVerb());
 }
コード例 #6
0
 public virtual bool IsAllowedInRoom()
 {
     return(CommandImpl.IsAllowedInRoom());
 }
コード例 #7
0
 public virtual bool ShouldStripTrailingPunctuation()
 {
     return(CommandImpl.ShouldStripTrailingPunctuation());
 }
コード例 #8
0
 public virtual void PrintNoPlaceToGo()
 {
     CommandImpl.PrintNoPlaceToGo();
 }
コード例 #9
0
 public virtual void PlayerArtifactMatch02()
 {
     CommandImpl.PlayerArtifactMatch02();
 }
コード例 #10
0
 public virtual void PrintDontBeAbsurd()
 {
     CommandImpl.PrintDontBeAbsurd();
 }
コード例 #11
0
 public virtual void PrintCalmDown()
 {
     CommandImpl.PrintCalmDown();
 }
コード例 #12
0
 public virtual void PrintDontFollowYou()
 {
     CommandImpl.PrintDontFollowYou();
 }
コード例 #13
0
 public virtual void PrintYouSeeNothingSpecial()
 {
     CommandImpl.PrintYouSeeNothingSpecial();
 }
コード例 #14
0
 public virtual void PrintNothingHereByThatName()
 {
     CommandImpl.PrintNothingHereByThatName();
 }
コード例 #15
0
 public virtual void PlayerFinishParsing()
 {
     CommandImpl.PlayerFinishParsing();
 }
コード例 #16
0
 public virtual void PlayerMonsterMatch03()
 {
     CommandImpl.PlayerMonsterMatch03();
 }
コード例 #17
0
 public virtual void MonsterFinishParsing()
 {
     CommandImpl.MonsterFinishParsing();
 }
コード例 #18
0
 public virtual void PlayerResolveArtifact()
 {
     CommandImpl.PlayerResolveArtifact();
 }
コード例 #19
0
 public virtual bool ShouldAllowSkillGains()
 {
     return(CommandImpl.ShouldAllowSkillGains());
 }
コード例 #20
0
 public virtual void PlayerResolveMonster()
 {
     CommandImpl.PlayerResolveMonster();
 }
コード例 #21
0
 public virtual bool ShouldShowUnseenArtifacts(IRoom room, IArtifact artifact)
 {
     return(CommandImpl.ShouldShowUnseenArtifacts(room, artifact));
 }
コード例 #22
0
 public virtual void PlayerProcessEvents(long eventType)
 {
     CommandImpl.PlayerProcessEvents(eventType);
 }
コード例 #23
0
 public override void Execute()
 {
     CommandImpl.Execute();
 }
コード例 #24
0
 public virtual void MonsterProcessEvents(long eventType)
 {
     CommandImpl.MonsterProcessEvents(eventType);
 }
コード例 #25
0
 public virtual bool IsEnabled(IMonster monster)
 {
     return(CommandImpl.IsEnabled(monster));
 }
コード例 #26
0
 public virtual void PlayerExecute()
 {
     CommandImpl.PlayerExecute();
 }
コード例 #27
0
 public virtual void CopyCommandData(ICommand destCommand, bool includeIobj = true)
 {
     CommandImpl.CopyCommandData(destCommand, includeIobj);
 }
コード例 #28
0
 public virtual void MonsterExecute()
 {
     CommandImpl.MonsterExecute();
 }
コード例 #29
0
 public virtual void FinishParsing()
 {
     CommandImpl.FinishParsing();
 }
コード例 #30
0
 public virtual void PrintCantVerbHere()
 {
     CommandImpl.PrintCantVerbHere();
 }