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

6 lines
141 B
C++

#include "legopathpresenter.h"
// OFFSET: LEGO1 0x100449a0
const char* LegoPathPresenter::GetClassName() {
return "LegoPathPresenter";
}