Add ghost component (#1409)

will be used to migrate other Player functionality in a future PR.

Tested that I can login still.
This commit is contained in:
David Markowitz
2024-01-12 11:18:28 -08:00
committed by GitHub
parent 929d029f12
commit 8b6fb8fb44
4 changed files with 21 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ set(DGAME_DCOMPONENTS_SOURCES
"ControllablePhysicsComponent.cpp"
"DestroyableComponent.cpp"
"DonationVendorComponent.cpp"
"GhostComponent.cpp"
"InventoryComponent.cpp"
"ItemComponent.cpp"
"LevelProgressionComponent.cpp"