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

11 lines
190 B
C++

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