#include "GhostComponent.h" // TODO Move ghosting related code from Player to here GhostComponent::GhostComponent(Entity* parent) : Component(parent) {}