isle/LEGO1/lego/legoomni/src/notify/legoeventnotificationparam.cpp
2024-01-20 14:32:57 -05:00

13 lines
227 B
C++

#include "legoeventnotificationparam.h"
#include "decomp.h"
DECOMP_SIZE_ASSERT(LegoEventNotificationParam, 0x20);
// STUB: LEGO1 0x10028690
MxNotificationParam* LegoEventNotificationParam::Clone()
{
// TODO
return NULL;
}