mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-23 05:57:20 +00:00
6 lines
99 B
C++
6 lines
99 B
C++
#include "ItemComponent.h"
|
|
|
|
ItemComponent::ItemComponent(Entity* parent) : Component(parent) {
|
|
|
|
}
|