DarkflameServer/dGame/dComponents/PropertyComponent.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
161 B
C++
Raw Permalink 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) { }