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

17 lines
580 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFImpactFXEmitterPool
//=============================================================================
// Separate pool for impact FX
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
// - Sakib Saikia 7/6/2015
//=============================================================================
class KFImpactFXEmitterPool extends EmitterPool;
defaultproperties
{
MaxActiveEffects=60
}