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