Files
isle/LEGO1/beachhouseentity.cpp
2023-11-30 09:25:32 -05:00

10 lines
126 B
C++

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