예제 #1
0
            public ArgentConfessorPaletress(TrialOfTheChampion totch)
            {
                this.totch = totch;
                this.mbox  = totch.mbox;

                root = new Sequence(true, ConfessorPaletressBehaviour().ToArray());
            }
예제 #2
0
            public GrandChampions(TrialOfTheChampion totch)
            {
                this.totch = totch;
                this.mbox  = totch.mbox;

                root = new Sequence(false, MountedCombatBehaviour(), NormalCombatBehaviour());
            }
예제 #3
0
 public TheBlackKnight(TrialOfTheChampion totch)
 {
     this.totch = totch;
 }
예제 #4
0
 public EadricThePure(TrialOfTheChampion totch)
 {
     this.totch = totch;
 }