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

17 lines
638 B
Ucode

//=============================================================================
// SeveredHeadGorefast
//=============================================================================
// Detached head gib class for the gorefast
//=============================================================================
// Killing Floor Source
// Copyright (C) 2009 Tripwire Interactive LLC
// - John "Ramm-Jaeger" Gibson
//=============================================================================
class SeveredHeadGorefast extends SeveredHead;
defaultproperties
{
StaticMesh=StaticMesh'kf_gore_trip_sm.heads.gorefasthead'
}