mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-10 02:08:20 +00:00
8b6fb8fb44
will be used to migrate other Player functionality in a future PR. Tested that I can login still.
5 lines
154 B
C++
5 lines
154 B
C++
#include "GhostComponent.h"
|
|
|
|
// TODO Move ghosting related code from Player to here
|
|
GhostComponent::GhostComponent(Entity* parent) : Component(parent) {}
|