isle/LEGO1/legopathactor.cpp
2023-08-03 10:57:07 -07:00

16 lines
228 B
C++

#include "legopathactor.h"
DECOMP_SIZE_ASSERT(LegoPathActor, 0x154)
// OFFSET: LEGO1 0x1002d700 STUB
LegoPathActor::LegoPathActor()
{
// TODO
}
// OFFSET: LEGO1 0x1002d820 STUB
LegoPathActor::~LegoPathActor()
{
// TODO
}