mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-03 05:31:17 +00:00
6 lines
135 B
C++
6 lines
135 B
C++
#include "mxobjectfactory.h"
|
|
|
|
// OFFSET: LEGO1 0x10008f70
|
|
const char* MxObjectFactory::GetClassName() {
|
|
return "MxObjectFactory";
|
|
} |