mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-22 15:28:07 +00:00
Continued re-integration of Entity::Initialize
This commit is contained in:
@@ -299,6 +299,12 @@ public:
|
||||
template<typename Cmpt, typename...ConstructorValues>
|
||||
Cmpt* AddComponent(ConstructorValues... arguments);
|
||||
|
||||
/**
|
||||
* @brief Removes a component from this Entity.
|
||||
*/
|
||||
template<typename Cmpt>
|
||||
void RemoveComponent();
|
||||
|
||||
protected:
|
||||
LWOOBJID m_ObjectID;
|
||||
|
||||
|
Reference in New Issue
Block a user