| 30 | using namespace game; |
| 31 | |
| 32 | PropComponentBase::PropComponentBase(class PropBase& prop, const std::string & type) |
| 33 | : m_prop(prop), m_type(type) |
| 34 | { |
| 35 | |
| 36 | } |
| 37 | |
| 38 | class PropComponentPoliceLights : public PropComponentBase |
| 39 | { |
nothing calls this directly
no outgoing calls
no test coverage detected