Thunderbots Project
Loading...
Searching...
No Matches
stop_play.h
1#pragma once
2
3#include "proto/parameters.pb.h"
4#include "software/ai/hl/stp/play/play.h"
5
11class StopPlay : public Play
12{
13 public:
14 StopPlay(TbotsProto::AiConfig config);
15
16 void getNextTactics(TacticCoroutine::push_type &yield,
17 const WorldPtr &world_ptr) override;
18};
Definition play.h:34
Definition stop_play.h:12
void getNextTactics(TacticCoroutine::push_type &yield, const WorldPtr &world_ptr) override
Definition stop_play.cpp:11