#include "PointerCommand.hpp"

PointerCommand::PointerCommand(Action action) {
	this->action = action;
}