isle/LEGO1/racestandsentity2.h

11 lines
197 B
C++

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