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

6 lines
123 B
C++

#include "policestate.h"
// OFFSET: LEGO1 0x1005e860
const char* PoliceState::GetClassName() {
return "PoliceState";
}