isle/LEGO1/legopathactor.cpp

16 lines
188 B
C++

#include "legopathactor.h"
// OFFSET: LEGO1 0x1002d700
LegoPathActor::LegoPathActor()
{
Destroy();
// TODO
}
// OFFSET: LEGO1 0x10053900
void LegoPathActor::Destroy()
{
// TODO
}