1
0
KF2-Dev-Scripts/KFGame/Classes/KFMapMutator.uc

14 lines
719 B
Ucode
Raw Permalink Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFMapMutator
//=============================================================================
// Base map mutator class for KF2. Allows map to modify content/logic.
//=============================================================================
// Killing Floor 2
// Copyright (C) 2018 Tripwire Interactive LLC
//=============================================================================
class KFMapMutator extends Object
abstract;
static simulated function ModifyGameClassBossAIClassList(out array< class<KFPawn_Monster> > GameClassBossAIClassList);
static simulated function ModifyAIDoshValue(out float AIDoshValue);