isle/LEGO1/legopathactor.cpp
2023-06-23 17:18:53 -07:00

6 lines
129 B
C++

#include "legopathactor.h"
// OFFSET: LEGO1 0x1000c430
const char* LegoPathActor::GetClassName() {
return "LegoPathActor";
}