fuck merge

This commit is contained in:
acki
2026-01-28 18:15:01 +01:00
parent e85e35325d
commit c56725098f

View File

@@ -4,6 +4,8 @@
Modelec::TakeAction::TakeAction(const std::shared_ptr<ActionExecutor>& action_executor) : BaseAction(action_executor)
{
steps_.push(ActionExec::TAKE_STEP);
steps_.push(ActionExec::DONE_STEP);
}
Modelec::TakeAction::TakeAction(const std::shared_ptr<ActionExecutor>& action_executor, Front front, int n) : TakeAction(action_executor)