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

17 lines
536 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Microwave
//=============================================================================
// Damage caused by the microwave gun
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
//=============================================================================
class KFDT_Microwave extends KFDamageType
abstract;
defaultproperties
{
}