mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-04-29 10:06:30 +00:00

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) {}
|