#include "../Player.h"

using namespace std;

FollowupAction Player::cmd_wait(string &) {
	return FollowupAction::NONE;
}