Ejemplo n.º 1
0
            public ArgentConfessorPaletress(TrialOfTheChampion totch)
            {
                this.totch = totch;
                this.mbox  = totch.mbox;

                root = new Sequence(true, ConfessorPaletressBehaviour().ToArray());
            }
Ejemplo n.º 2
0
            public GrandChampions(TrialOfTheChampion totch)
            {
                this.totch = totch;
                this.mbox  = totch.mbox;

                root = new Sequence(false, MountedCombatBehaviour(), NormalCombatBehaviour());
            }
Ejemplo n.º 3
0
 public TheBlackKnight(TrialOfTheChampion totch)
 {
     this.totch = totch;
 }
Ejemplo n.º 4
0
 public EadricThePure(TrialOfTheChampion totch)
 {
     this.totch = totch;
 }