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

15 lines
594 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFVersusNoTakeoverVolume
//=============================================================================
// Volume which prevents zeds from being taken over while inside it.
//=============================================================================
// Killing Floor 2
// Copyright (C) 2016 Tripwire Interactive LLC
//=============================================================================
class KFVersusNoTakeoverVolume extends Volume
placeable;
defaultproperties
{
bPawnsOnly=true
}