| 144 | } |
| 145 | |
| 146 | void MultiplayerBot::PrintStatus(std::string msg) { |
| 147 | int64_t bot_identifier = int64_t(this) & 0xFFFLL; |
| 148 | std::cout << std::to_string(bot_identifier) << ": " << msg << std::endl; |
| 149 | } |
| 150 | |
| 151 | void MultiplayerBot::OnGameStart() { |
| 152 | game_info_ = Observation()->GetGameInfo(); |
nothing calls this directly
no outgoing calls
no test coverage detected