mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-01-15 09:17:05 +00:00
6 lines
99 B
C++
6 lines
99 B
C++
#include "ItemComponent.h"
|
|
|
|
ItemComponent::ItemComponent(Entity* parent) : Component(parent) {
|
|
|
|
}
|