17 lines
626 B
Ucode
17 lines
626 B
Ucode
//=============================================================================
|
|
// CamoMP5MAttachment
|
|
//=============================================================================
|
|
// MP5 medic gun third person attachment class
|
|
//=============================================================================
|
|
// Killing Floor Source
|
|
// Copyright (C) 2013 Tripwire Interactive LLC
|
|
// - Jeff Robinson
|
|
//=============================================================================
|
|
class CamoMP5MAttachment extends MP5MAttachment;
|
|
|
|
defaultproperties
|
|
{
|
|
mesh=none
|
|
MeshRef="KF_Wp3rdCAMO_Trip.MP5_3rd_CAMO"
|
|
}
|