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

6 lines
120 B
C++

#include "radiostate.h"
// OFFSET: LEGO1 0x1002cf60
const char* RadioState::GetClassName() {
return "RadioState";
}