3#include "proto/parameters.pb.h"
4#include "software/ai/hl/stp/play/crease_defense/crease_defense_play_fsm.h"
5#include "software/ai/hl/stp/play/play.h"
16 const WorldPtr &world_ptr)
override;
26 TbotsProto::MaxAllowedSpeedMode max_allowed_speed_mode =
27 TbotsProto::MaxAllowedSpeedMode::PHYSICAL_LIMIT);
30 FSM<CreaseDefensePlayFSM> fsm;
Definition crease_defense_play.h:11
void updateTactics(const PlayUpdate &play_update) override
Definition crease_defense_play.cpp:35
void getNextTactics(TacticCoroutine::push_type &yield, const WorldPtr &world_ptr) override
Definition crease_defense_play.cpp:17
void updateControlParams(const Point &enemy_threat_origin, TbotsProto::MaxAllowedSpeedMode max_allowed_speed_mode=TbotsProto::MaxAllowedSpeedMode::PHYSICAL_LIMIT)
Definition crease_defense_play.cpp:27
Definition crease_defense_play_fsm.h:14