mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-07-01 19:03:36 +00:00
CAreaAttributes: Default destructor
This commit is contained in:
parent
62b08a0b14
commit
3c78cbbeb3
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user