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

6 lines
150 B
C++

#include "legoanimationmanager.h"
// OFFSET: LEGO1 0x1005ec80
const char* LegoAnimationManager::GetClassName() {
return "LegoAnimationManager";
}