mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-21 20:20:20 +00:00
Remove shared pointer, ODR of componentType variable
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
*/
|
||||
class VendorComponent : public Component {
|
||||
public:
|
||||
static const eReplicaComponentType ComponentType = eReplicaComponentType::VENDOR;
|
||||
inline static const eReplicaComponentType ComponentType = eReplicaComponentType::VENDOR;
|
||||
|
||||
VendorComponent(Entity* parent);
|
||||
~VendorComponent() override;
|
||||
|
||||
Reference in New Issue
Block a user