DarkflameServer/dGame/dComponents/GhostComponent.cpp

5 lines
154 B
C++
Raw Normal View History

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