isle/LEGO1/racestandsentity2.h

11 lines
184 B
C++

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