isle/LEGO1/beachhouseentity.cpp
2023-06-29 00:36:05 -07:00

10 lines
133 B
C++

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