示例#1
0
void Player::botGameStart(Bot &b)
{
	cout << " The bot game is setting " << endl;

	b.botSettingGame();
	b.botDisplayGame();
}