isle/LEGO1/racestandsentity2.h
2023-06-20 22:11:14 +02:00

11 lines
194 B
C++

#ifndef RACESTANDS2ENTITY_H
#define RACESTANDS2ENTITY_H
#include "buildingentity.h"
class RaceStandsEntity2 : public BuildingEntity
{
// SIZE 0x68
};
#endif // RACESTANDS2ENTITY_H