isle/LEGO1/mxatomid.cpp
2023-06-19 16:08:43 +02:00

14 lines
195 B
C++

#include "mxatomid.h"
// OFFSET: LEGO1 0x100acfd0
MxAtomId::~MxAtomId()
{
// TODO
}
// OFFSET: LEGO1 0x100ad1c0
MxAtomId &MxAtomId::operator=(const MxAtomId &id)
{
// TODO
return *this;
}