mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-11 18:08:05 +00:00
feat: Add component ID to root component object
This commit is contained in:
@@ -51,7 +51,7 @@ class BuffComponent final : public Component {
|
||||
public:
|
||||
static constexpr eReplicaComponentType ComponentType = eReplicaComponentType::BUFF;
|
||||
|
||||
explicit BuffComponent(Entity* parent);
|
||||
explicit BuffComponent(Entity* parent, const int32_t componentID);
|
||||
|
||||
~BuffComponent();
|
||||
|
||||
|
Reference in New Issue
Block a user