part of Bot class

This commit is contained in:
programsnail 2024-07-25 22:42:54 +03:00
parent 1e9c70f7d8
commit 360c3b064a
4 changed files with 61 additions and 7 deletions

View file

@ -90,7 +90,7 @@ private:
}
private:
Config config_;
const Config config_;
double time_from_last_gen_ = 0;
size_t current_gen_ = 0;
std::deque<Food> food_ = {};