#pragma once #include "ControllerAttachment.h" namespace Ship { class RumblePack : public ControllerAttachment { }; }