#include "../Player.h"

using namespace std;

FollowupAction Player::cmd_equip(string & argv) {
	// TODO
	return FollowupAction::UPDATE;
}