3#include "proto/parameters.pb.h"
4#include "software/ai/hl/stp/play/enemy_free_kick/enemy_free_kick_play_fsm.h"
5#include "software/ai/hl/stp/play/play.h"
22 const WorldPtr &world_ptr)
override;
31 TbotsProto::MaxAllowedSpeedMode::PHYSICAL_LIMIT);
34 FSM<EnemyFreeKickPlayFSM> fsm;
Definition enemy_free_kick_play.h:12
void updateTactics(const PlayUpdate &play_update) override
Definition enemy_free_kick_play.cpp:34
void getNextTactics(TacticCoroutine::push_type &yield, const WorldPtr &world_ptr) override
Definition enemy_free_kick_play.cpp:17
void updateControlParams(TbotsProto::MaxAllowedSpeedMode max_allowed_speed_mode=TbotsProto::MaxAllowedSpeedMode::PHYSICAL_LIMIT)
Definition enemy_free_kick_play.cpp:28
Definition defense_play_base.h:18