| 400 | { |
| 401 | public: |
| 402 | UpdateAnimal(const std::string& name, const NodeConfig& config) |
| 403 | : SyncActionNode(name, config) |
| 404 | {} |
| 405 | NodeStatus tick() override |
| 406 | { |
| 407 | return NodeStatus::SUCCESS; |
nothing calls this directly
no outgoing calls
no test coverage detected