コード例 #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;
 }