#include "../Player.h"

FollowupAction Player::cmd_hit(Argv argv) {
	return FollowupAction::UPDATE;
}