isle/LEGO1/racestandsentity.h
2023-10-25 01:38:27 +02:00

10 lines
199 B
C++

#ifndef RACESTANDSENTITY_H
#define RACESTANDSENTITY_H
#include "buildingentity.h"
// VTABLE 0x100d48a8
// SIZE 0x68
class RaceStandsEntity : public BuildingEntity {};
#endif // RACESTANDSENTITY_H