mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-12 02:58:32 +00:00
feat: Add component ID to root component object (#1893)
This commit is contained in:
@@ -26,7 +26,7 @@ namespace {
|
||||
};
|
||||
}
|
||||
|
||||
BuffComponent::BuffComponent(Entity* parent) : Component(parent) {
|
||||
BuffComponent::BuffComponent(Entity* parent, const int32_t componentID) : Component(parent, componentID) {
|
||||
}
|
||||
|
||||
BuffComponent::~BuffComponent() {
|
||||
|
||||
Reference in New Issue
Block a user