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

6 lines
129 B
C++

#include "islepathactor.h"
// OFFSET: LEGO1 0x10002ea0
const char* IslePathActor::GetClassName() {
return "IslePathActor";
}