mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-25 23:17:28 +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) { }
|