isle/LEGO1/policeentity.h
2023-06-29 00:36:05 -07:00

14 lines
185 B
C++

#ifndef POLICEENTITY_H
#define POLICEENTITY_H
#include "buildingentity.h"
// VTABLE 0x100d4ab0
// SIZE 0x68
class PoliceEntity : public BuildingEntity
{
};
#endif // POLICEENTITY_H