DarkflameServer/dGame/dComponents/PropertyComponent.cpp

6 lines
161 B
C++
Raw Normal View History

#include "PropertyComponent.h"
#include "GameMessages.h"
#include "dZoneManager.h"
2023-07-10 05:41:22 +00:00
PropertyComponent::PropertyComponent(Entity* parent) : Component(parent) { }