rott/kf_sources/KFMod/Classes/CamoM4Attachment.uc
2026-07-14 20:27:09 +07:00

17 lines
622 B
Ucode

//=============================================================================
// CamoM4Attachment
//=============================================================================
// M4 Assault Rifle third person attachment class
//=============================================================================
// Killing Floor Source
// Copyright (C) 2013 Tripwire Interactive LLC
// - Jeff Robinson
//=============================================================================
class CamoM4Attachment extends M4Attachment;
defaultproperties
{
mesh=none
MeshRef="KF_Wp3rdCAMO_Trip.M4_3rd_CAMO"
}