isle-portable/LEGO1/beachhouseentity.cpp
2023-10-25 01:38:27 +02:00

9 lines
133 B
C++

#include "beachhouseentity.h"
// OFFSET: LEGO1 0x100150a0 STUB
MxLong BeachHouseEntity::Notify(MxParam& p)
{
// TODO
return 0;
}