| 513 | } |
| 514 | |
| 515 | void BehaviorTreeFactory::addSubstitutionRule(StringView filter, SubstitutionRule rule) |
| 516 | { |
| 517 | _p->substitution_rules[std::string(filter)] = std::move(rule); |
| 518 | } |
| 519 | |
| 520 | void BehaviorTreeFactory::loadSubstitutionRuleFromJSON(const std::string& json_text) |
| 521 | { |