Esempio n. 1
0
 public BtCondition(BtCAll call)
 {
     Condition = call;
 }
Esempio n. 2
0
 public BtAction(BtCAll call)
 {
     Action = call;
 }
Esempio n. 3
0
 public BtDecoratorFilter(BtCAll condition, IBtTask task) : base(task)
 {
     Condition = condition;
 }