Hello the following .p3d file doesn't have a "//class//" property in his GEO LOD :
```
DZ/Structures/residential/Misc/Misc_Hutch.p3d
```
It is possible to fix this to have hability to perform a client side action?
I suggest to add "//class//" property with "**house**" value, and if possible an "//action//" vertex point on the Memory LOD like the ChickenCoop p3d file in the same directory.
The file in //DZ/Structures/residential/config.cpp// need to be updated with the following code in **CfgVehicle** class :
```
class Land_Misc_Hutch: HouseNoDestruct
{
scope = 1;
model = "\DZ\structures\Residential\Misc\Misc_Hutch.p3d";
};
```
Thanks