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

6 lines
120 B
C++

#include "gasstation.h"
// OFFSET: LEGO1 0x10004780
const char* GasStation::GetClassName() {
return "GasStation";
}