mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-10 05:57:48 +00:00
CAreaAttributes: Default destructor
This commit is contained in:
@@ -7,9 +7,7 @@ CAreaAttributes::CAreaAttributes(CScriptObject *pObj)
|
|||||||
SetObject(pObj);
|
SetObject(pObj);
|
||||||
}
|
}
|
||||||
|
|
||||||
CAreaAttributes::~CAreaAttributes()
|
CAreaAttributes::~CAreaAttributes() = default;
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void CAreaAttributes::SetObject(CScriptObject *pObj)
|
void CAreaAttributes::SetObject(CScriptObject *pObj)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user