1
0
KF2-Dev-Scripts/KFGameContent/Classes/KFDT_Trap_SanitariumTentacle.uc
2020-12-13 18:01:13 +03:00

16 lines
582 B
Ucode

//=============================================================================
// KFDT_Trap_SanitariumTentacle
//=============================================================================
// Damage caused by the tentacle trap in Sanitarium
//=============================================================================
// Killing Floor 2
// Copyright (C) 2019 Tripwire Interactive
//=============================================================================
class KFDT_Trap_SanitariumTentacle extends KFDamageType;
defaultproperties
{
bIsTrapDamage=true
}