mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 21:47:24 +00:00
6 lines
161 B
C++
6 lines
161 B
C++
#include "PropertyComponent.h"
|
|
#include "GameMessages.h"
|
|
#include "dZoneManager.h"
|
|
|
|
PropertyComponent::PropertyComponent(Entity* parent) : Component(parent) { }
|