#include "../Player.h"

using namespace std;

FollowupAction Player::cmd_use(string & argv) {
	// TODO
	return FollowupAction::NONE;
}