#include "MoverSubComponent.h" MoverSubComponent::MoverSubComponent(Entity* parentEntity, const Path* path) : PlatformSubComponent(parentEntity, path) { }