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

6 lines
150 B
C++

#include "legotexturepresenter.h"
// OFFSET: LEGO1 0x1000ce50
const char* LegoTexturePresenter::GetClassName() {
return "LegoTexturePresenter";
}