16 lines
690 B
Ucode
16 lines
690 B
Ucode
//=============================================================================
|
|
// KFSeqEvent_ExterminateWavePct
|
|
//=============================================================================
|
|
// Event telling Kismet that exterminate objective progress has been made
|
|
//=============================================================================
|
|
// Killing Floor 2
|
|
// Copyright (C) 2018 Tripwire Interactive LLC
|
|
//=============================================================================
|
|
class KFSeqEvent_ExterminateWavePct extends KFSeqEvent_ObjectiveProgress;
|
|
|
|
defaultproperties
|
|
{
|
|
ObjName="Exterminate Wave Completion Pct"
|
|
|
|
OutputLinkText="Wave Completion Percent"
|
|
} |